diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-24 14:40:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-24 14:40:15 +0000 |
commit | 74251312b92aaa7cd9674cc65c12a6e796d6eb20 (patch) | |
tree | 8b9453e86b26a3d19d5b801072de60204a9f183a | |
parent | - Update to version 0.2.8.2 (diff) |
- Remove dead MASTER_SITE
- Portlint
Notes
Notes:
svn path=/head/; revision=149303
-rw-r--r-- | devel/cvs2cl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile index 7b6bf814837a..96fe8d09c566 100644 --- a/devel/cvs2cl/Makefile +++ b/devel/cvs2cl/Makefile @@ -8,9 +8,7 @@ PORTNAME= cvs2cl PORTVERSION= 2.58 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.iDaemons.org/pub/distfiles/ -MASTER_SITE_SUBDIR= knu +MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ DISTFILES= ${PORTNAME}.pl-${PORTVERSION}.gz EXTRACT_ONLY= # none @@ -22,7 +20,7 @@ USE_PERL5= yes NO_WRKSUBDIR= yes MANCOMPRESSED= no MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} do-extract: ${MKDIR} ${WRKSRC} |