From 75f365f9492f20b6304ff3facb248e9995b1b35f Mon Sep 17 00:00:00 2001 From: jtb Date: Fri, 20 Apr 2001 23:56:12 +0000 Subject: 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 for the suggestion); some slight changes to the test routine; some improvements to the documentation. --- misc/p5-Array-PrintCols/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'misc/p5-Array-PrintCols/Makefile') 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 -- cgit v1.2.3