diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-26 20:48:37 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-26 20:48:37 +0800 |
commit | 35059b204cac82ae65c4f84bab56546ee8a97d5e (patch) | |
tree | e20fd744a9561bbf57a4a78eb7bf8802eb43edb0 | |
parent | 1d057435c6c3db0702ea1573e3630ccaead3db76 (diff) | |
download | freebsd-ports-gnome-35059b204cac82ae65c4f84bab56546ee8a97d5e.tar.gz freebsd-ports-gnome-35059b204cac82ae65c4f84bab56546ee8a97d5e.tar.zst freebsd-ports-gnome-35059b204cac82ae65c4f84bab56546ee8a97d5e.zip |
Style
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 6 |
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> |