mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
63f5eeef8a
With hat: portmgr
34 lines
793 B
Makefile
34 lines
793 B
Makefile
|
|
# Created by: David Shane Holden <dpejesh@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTVERSION= 1.1.19
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= 1
|
|
|
|
.include "${.CURDIR}/Makefile.common"
|
|
|
|
CONFLICTS+= pacemaker2-[0-9]*
|
|
|
|
SHEBANG_FILES+= cts/cts \
|
|
cts/lxc_autogen.sh.in \
|
|
fencing/* \
|
|
lrmd/* \
|
|
mcp/* \
|
|
tools/* \
|
|
xml/* \
|
|
BasicSanity.sh \
|
|
coverage.sh.in \
|
|
cts/CTSlab.py \
|
|
pengine/regression.sh
|
|
|
|
REPLACE_ARGS_GETOPT= -e 's,getopt,${LOCALBASE}/bin/getopt,'
|
|
|
|
post-patch: post-patch-common
|
|
@${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_failcount
|
|
@${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_master
|
|
@${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_report.in
|
|
@${REINPLACE_CMD} ${REPLACE_ARGS_GETOPT} ${WRKSRC}/tools/crm_standby
|
|
|
|
.include <bsd.port.mk>
|