diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-13 16:52:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-13 16:52:19 +0000 |
commit | de72cb0969f32747f351bf3f1eed991d5fd687d8 (patch) | |
tree | 8ce241b1fa733b86826961eb07c0ec11b2f664cd /ftp/ftpcopy/Makefile | |
parent | dbde7c6828cc5ea2294c2c4c73ccf4ee579f4d4e (diff) |
Notes
Diffstat (limited to 'ftp/ftpcopy/Makefile')
-rw-r--r-- | ftp/ftpcopy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index 98d4a1b8ed61..04e87fbf7500 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ftpcopy -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.7 CATEGORIES= ftp ipv6 MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ @@ -17,6 +17,7 @@ USE_PERL5_BUILD= yes WRKSRC= ${WRKDIR}/web/${DISTNAME} +NO_SIZE= yes MAN1= ftpcopy.1 ftpcp.1 ftpls.1 pre-build: |