- Switch to USES=localbase
- Fix shebangs
This commit is contained in:
parent
ce1f3a4fac
commit
1479a6b75c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415110
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue