aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorjoneum <joneum@FreeBSD.org>2017-06-09 13:05:52 +0800
committerjoneum <joneum@FreeBSD.org>2017-06-09 13:05:52 +0800
commitaf59bf614fbeb3905cfcdcd5c3c14727e6bdc06c (patch)
treeabfd58785c11b0a918c6c8ecee2062a3dcc400f1 /net-mgmt
parentfc80957b57f9fbf8bd4d28da94003c355afa7b07 (diff)
downloadfreebsd-ports-gnome-af59bf614fbeb3905cfcdcd5c3c14727e6bdc06c.tar.gz
freebsd-ports-gnome-af59bf614fbeb3905cfcdcd5c3c14727e6bdc06c.tar.zst
freebsd-ports-gnome-af59bf614fbeb3905cfcdcd5c3c14727e6bdc06c.zip
- net-mgmt/resource-agents: Set correct sh_OLD_CMD
- Bump PORTREVISION Reported by: mat Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11075
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/resource-agents/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/resource-agents/Makefile b/net-mgmt/resource-agents/Makefile
index 882df5ddcb62..c314a00c4e88 100644
--- a/net-mgmt/resource-agents/Makefile
+++ b/net-mgmt/resource-agents/Makefile
@@ -3,6 +3,7 @@
PORTNAME= resource-agents
PORTVERSION= 4.0.1
+PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
@@ -25,7 +26,7 @@ USE_GNOME= glib20
GNU_CONFIGURE= yes
SHEBANG_LANG= sh
-sh_OLD_CMD= /bin/sh.${SH}
+sh_OLD_CMD= /bin/sh
sh_CMD= ${LOCALBASE}/bin/bash
SHEBANG_FILES= heartbeat/* \
ldirectord/ldirectord.in \