freebsd-ports/sysutils/agedu/Makefile
Sunpoet Po-Chuan Hsieh 3c5be06974 Update to 20171202
- Reorder MASTER_SITES

Changes:	https://git.tartarus.org/?p=simon/agedu.git;a=shortlog
2017-12-13 20:49:15 +00:00

25 lines
571 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= agedu
PORTVERSION= 20171202
DISTVERSIONSUFFIX= .8a8299e
CATEGORIES= sysutils
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Unix utility for tracking down wasted disk space
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|HOST_NAME_MAX|_POSIX_&|' ${WRKSRC}/httpd.c
.include <bsd.port.mk>