aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
commit090316dbc14c2b14673d0d368ec85d09c5841a39 (patch)
treed6c413c3547e857d6c61c3d887298be79b3ea7e1 /misc/p5-Array-PrintCols
parent1cd3d92150c435bd617039c4045455da7a705228 (diff)
downloadports-090316dbc14c2b14673d0d368ec85d09c5841a39.tar.gz
ports-090316dbc14c2b14673d0d368ec85d09c5841a39.zip
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Notes
Notes: svn path=/head/; revision=4541
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r--misc/p5-Array-PrintCols/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index ad44816706ff..3299b2d9dbbe 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>