aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-05-07 18:00:57 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-05-07 18:00:57 +0800
commit92984c31a9d248748d28c2814972837159fa5861 (patch)
treeaf90afa2634ab52c1c74474b6f24b803e1bc52de /net-mgmt
parentd9c72df92612bfa87d4d7873de5bb35eb506cc75 (diff)
downloadfreebsd-ports-gnome-92984c31a9d248748d28c2814972837159fa5861.tar.gz
freebsd-ports-gnome-92984c31a9d248748d28c2814972837159fa5861.tar.zst
freebsd-ports-gnome-92984c31a9d248748d28c2814972837159fa5861.zip
- Convert to use shebangfix USES flag
- Trim header - Use new options framework for DOCS
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/check_multi/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/check_multi/Makefile b/net-mgmt/check_multi/Makefile
index dc18162f0215..b278bbaa1919 100644
--- a/net-mgmt/check_multi/Makefile
+++ b/net-mgmt/check_multi/Makefile
@@ -14,15 +14,14 @@ COMMENT= A multi purpose wrapper plugin for Nagios
LICENSE= GPLv2
+USES= shebangfix
USE_PERL5_RUN= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLUGIN_DIR= libexec/nagios
-do-configure:
- ${REINPLACE_CMD} -e "s|/usr/bin/perl|${PERL5}|" \
- ${WRKSRC}/check_multi
+SHEBANG_FILES= check_multi
do-install:
-${MKDIR} ${PREFIX}/${PLUGIN_DIR}