summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-04-20 23:56:12 +0000
committerjtb <jtb>2001-04-20 23:56:12 +0000
commit75f365f9492f20b6304ff3facb248e9995b1b35f (patch)
tree6831f289a1a0e84a81a1fe67add1df25ead23961 /misc/p5-Array-PrintCols/Makefile
parent9cb46a3c5264322545b38930fbb971221b90b148 (diff)
downloadpkgsrc-75f365f9492f20b6304ff3facb248e9995b1b35f.tar.gz
Update to p5-Array-PrintCols-2.1.
This release includes: a new routine, "format_cols", which returns the formatted result as a string (thanks to Gisle Aas <aas@bergen.sn.no> for the suggestion); some slight changes to the test routine; some improvements to the documentation.
Diffstat (limited to 'misc/p5-Array-PrintCols/Makefile')
-rw-r--r--misc/p5-Array-PrintCols/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index 45b2c18d52b..fc2d6b7e17a 100644
--- a/misc/p5-Array-PrintCols/Makefile
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2001/02/17 18:09:14 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/04/20 23:56:12 jtb Exp $
# FreeBSD Id: Makefile,v 1.9 1997/09/14 02:54:03 jfitz Exp
#
-DISTNAME= Array-PrintCols-1.2
+DISTNAME= Array-PrintCols-2.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
@@ -14,12 +14,6 @@ COMMENT= perl5 module to print arrays of elements in sorted columns
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Array/PrintCols/.packlist
-WRKSRC= ${WRKDIR}/Array-PrintCols
-
-pre-configure:
- ${RM} -f ${WRKSRC}/Makefile
- ${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL
-
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL