diff options
Diffstat (limited to 'misc/p5-Array-PrintCols/Makefile')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index ad44816..3299b2d 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -3,18 +3,14 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/10/24 09:57:40 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/11/11 05:49:53 obrien Exp $ # DISTNAME= Array-PrintCols-1.2 PKGNAME= p5-Array-PrintCols-1.2 CATEGORIES= misc -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Array/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Array MAINTAINER= jfitz@FreeBSD.ORG @@ -22,14 +18,6 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 NO_BUILD= YES - WRKSRC= ${WRKDIR}/Array-PrintCols -post-install: -.if !defined(NOMANCOMPRESS) - @ for file in ; do \ - gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ - done -.endif - .include <bsd.port.mk> |