summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-26 12:48:37 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-26 12:48:37 +0000
commitea23e78e38b6e8986b90a3b4faa0e886c68a07ad (patch)
tree9af57aea3d3e6101bd8c3d0e0058ba9eacda9788 /misc/p5-Array-PrintCols
parentUpgrade to version 0.7.06 (diff)
Style
Notes
Notes: svn path=/head/; revision=38789
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r--misc/p5-Array-PrintCols/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index b3f38ab59274..b24781224ddf 100644
--- a/misc/p5-Array-PrintCols/Makefile
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -14,12 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-USE_PERL5= YES
+USE_PERL5= yes
+PERL_CONFIGURE= yes
MAN3= Array::PrintCols.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
-
.include <bsd.port.mk>