diff options
author | joneum <joneum@FreeBSD.org> | 2017-06-09 13:05:52 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2017-06-09 13:05:52 +0800 |
commit | af59bf614fbeb3905cfcdcd5c3c14727e6bdc06c (patch) | |
tree | abfd58785c11b0a918c6c8ecee2062a3dcc400f1 /net-mgmt | |
parent | fc80957b57f9fbf8bd4d28da94003c355afa7b07 (diff) | |
download | freebsd-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/Makefile | 3 |
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 \ |