aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cluster-glue
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-13 13:00:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-13 13:00:47 +0000
commit1479a6b75cfa3c975ec3a339ddd40f9f962bb3a0 (patch)
tree46f0e11ec4716543d0083a4d212b094c5e413185 /sysutils/cluster-glue
parentce1f3a4fac75f88cb6153d22975aeb3217c750b9 (diff)
downloadports-1479a6b75cfa3c975ec3a339ddd40f9f962bb3a0.tar.gz
ports-1479a6b75cfa3c975ec3a339ddd40f9f962bb3a0.zip
- Switch to USES=localbase
- Fix shebangs
Notes
Notes: svn path=/head/; revision=415110
Diffstat (limited to 'sysutils/cluster-glue')
-rw-r--r--sysutils/cluster-glue/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/cluster-glue/Makefile b/sysutils/cluster-glue/Makefile
index 44a5f305a310..6937d1b01c57 100644
--- a/sysutils/cluster-glue/Makefile
+++ b/sysutils/cluster-glue/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cluster-glue
PORTVERSION= 1.0.12
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://hg.linux-ha.org/glue/archive/
DISTNAME= 0a7add1d9996
@@ -23,10 +24,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-fatal-warnings \
--with-initdir=${PREFIX}/etc/rc.d \
--with-ocf-root=${PREFIX}/etc/ocf
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
-USES= autoreconf gettext gmake libtool perl5 pkgconfig python tar:bz2
+USES= autoreconf gettext gmake libtool localbase perl5 pkgconfig python shebangfix tar:bz2
+SHEBANG_FILES= lib/plugins/stonith/external/ibmrsa-telnet \
+ lib/plugins/stonith/external/vmware \
+ lib/plugins/stonith/external/xen0-ha.in \
+ lib/plugins/stonith/external/xen0-ha-dom0-stonith-helper
USE_GNOME= glib20 libxml2
USE_LDCONFIG= yes
USE_OPENSSL= yes