diff options
Diffstat (limited to 'net/choparp/Makefile')
-rw-r--r-- | net/choparp/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/choparp/Makefile b/net/choparp/Makefile index 5cb2e940849..3581a696aa1 100644 --- a/net/choparp/Makefile +++ b/net/choparp/Makefile @@ -6,15 +6,13 @@ # PORTNAME= choparp -PORTVERSION= 971007 +PORTVERSION= 20021107 CATEGORIES= net -MASTER_SITES= http://delegate.uec.ac.jp:8081/club/mma/~tree/soft/choparp/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= choparp MAINTAINER= ports@freebsd.org MAN8= choparp.8 -MANCOMPRESSED= maybe - -WRKSRC= ${WRKDIR}/choparp .include <bsd.port.mk> |