diff options
Diffstat (limited to 'ftp/ftpmirror/Makefile')
-rw-r--r-- | ftp/ftpmirror/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index 1df39069557b..bd6cf6218431 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: ftpmirror -# Version required: 1.95 +# Version required: 1.96 # Date created: 10 January 1999 # Whom: Yasuhiro Fukuma <yasuf@big.or.jp> # # $FreeBSD$ # -DISTNAME= ftpmirror-1.95 +DISTNAME= ftpmirror-1.96 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/ftpmirror/alpha/ +MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/ftpmirror/beta/ MAINTAINER= yasuf@big.or.jp @@ -19,7 +19,9 @@ CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}" post-configure: perl -i.bak -pe 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Fan/Fan.pm - perl -i.bak -pe 's,^#!.*$$,#!${PERL}, if $$. == 1' ${WRKSRC}/ftpmirror +.for f in ftpmirror rotate + perl -i.bak -pe 's,^#!.*$$,#!${PERL}, if $$. == 1' ${WRKSRC}/${f} +.endfor post-install: .if !defined(NOPORTDOCS) |