diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-31 07:47:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-31 07:47:41 +0000 |
commit | cdc9947c243be16fadfe3da9e62b88258b222e5b (patch) | |
tree | e9312cb06b40ddd1076c4cdb432d2e60d2afdb38 /sysutils/agedu | |
parent | - update to 2.0.8 (diff) |
- Reorder MASTER_SITES: try to avoid checksum mismatch caused by rerolled tarball (again and again)
- Add LICENSE
Notes
Notes:
svn path=/head/; revision=325776
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 |