diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2017-06-09 05:05:52 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2017-06-09 05:05:52 +0000 |
commit | 536c66cc2c9a356f2e7b263f5362ee95297d5507 (patch) | |
tree | abfd58785c11b0a918c6c8ecee2062a3dcc400f1 | |
parent | sslscan: Update to 1.11.10. (diff) |
- 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
-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 \ |