From 1479a6b75cfa3c975ec3a339ddd40f9f962bb3a0 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 13 May 2016 13:00:47 +0000 Subject: [PATCH] - Switch to USES=localbase - Fix shebangs --- sysutils/cluster-glue/Makefile | 9 ++++++--- 1 file 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