diff options
author | az <az@FreeBSD.org> | 2013-09-16 15:47:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 15:47:02 +0800 |
commit | 6ba2c9c66e5c9908af800baa6a598f4e7db0f86e (patch) | |
tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/munin-node | |
parent | 45df5ddc58a68ca36b62f230215f75e5eb3b3598 (diff) | |
download | freebsd-ports-gnome-6ba2c9c66e5c9908af800baa6a598f4e7db0f86e.tar.gz freebsd-ports-gnome-6ba2c9c66e5c9908af800baa6a598f4e7db0f86e.tar.zst freebsd-ports-gnome-6ba2c9c66e5c9908af800baa6a598f4e7db0f86e.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index d881dfceb8fe..14984403ae74 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -24,9 +24,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \ DISTINFO_FILE= ${MUNIN_DISTINFO} EXTRA_PATCHES+= ${MUNIN_PATCHES} -USES= shebangfix -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake shebangfix perl5 PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_ARGS= -i "" SHEBANG_FILES= node/sbin/munin-node |