diff options
Diffstat (limited to 'sysutils/agedu')
-rw-r--r-- | sysutils/agedu/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/agedu/Makefile b/sysutils/agedu/Makefile index 4f8a7f47ddf8..d9dd74c6ec41 100644 --- a/sysutils/agedu/Makefile +++ b/sysutils/agedu/Makefile @@ -4,13 +4,15 @@ PORTNAME= agedu PORTVERSION= 9723 CATEGORIES= sysutils -MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ \ - LOCAL/sunpoet +MASTER_SITES= LOCAL/sunpoet \ + http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ DISTNAME= ${PORTNAME}-r${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Unix utility for tracking down wasted disk space +LICENSE= MIT + GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 |