diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:08:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:08:06 +0000 |
commit | c9cf6c61132115ca4b6476190fe9576d06ee06db (patch) | |
tree | a29fe29c38d5df1895cfbe84019093fae61a6b42 /sysutils | |
parent | b100cd9f05b8e71f0cd2e142eafe47d54108a79c (diff) | |
download | ports-c9cf6c61132115ca4b6476190fe9576d06ee06db.tar.gz ports-c9cf6c61132115ca4b6476190fe9576d06ee06db.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/moreutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/p5-Monitor-Simple/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile index d027fc3a5cf3..44526eda20ad 100644 --- a/sysutils/moreutils/Makefile +++ b/sysutils/moreutils/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES ALL_TARGET= bins -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/${PORTNAME} MANCOMPRESSED= no diff --git a/sysutils/p5-Monitor-Simple/Makefile b/sysutils/p5-Monitor-Simple/Makefile index 951fb1ea0ff1..fef7b437889e 100644 --- a/sysutils/p5-Monitor-Simple/Makefile +++ b/sysutils/p5-Monitor-Simple/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN1= smonitor.1 MAN3= Monitor::Simple.3 \ |