aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-09-02 02:13:41 +0800
committeradamw <adamw@FreeBSD.org>2014-09-02 02:13:41 +0800
commit7807df4a0a414829ab20f7c66ca3b3a35102479d (patch)
tree1018574995bb0890715c4855ed314b2035f15595 /security
parent8cf9211b66df73846f790a51f0f024cda393b1bf (diff)
downloadfreebsd-ports-gnome-7807df4a0a414829ab20f7c66ca3b3a35102479d.tar.gz
freebsd-ports-gnome-7807df4a0a414829ab20f7c66ca3b3a35102479d.tar.zst
freebsd-ports-gnome-7807df4a0a414829ab20f7c66ca3b3a35102479d.zip
Fix build on 8 and 9.
Diffstat (limited to 'security')
-rw-r--r--security/integrit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/integrit/Makefile b/security/integrit/Makefile
index f6ba2d364215..094dfb4120f1 100644
--- a/security/integrit/Makefile
+++ b/security/integrit/Makefile
@@ -9,7 +9,6 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= File integrity verification program
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
ALL_TARGET= ${PORTNAME} utils
@@ -20,10 +19,11 @@ INFO= integrit
BROKEN_sparc64= Does not compile on sparc64
post-patch:
- @${REINPLACE_CMD} -E 's,(infodir|MANDIR)),DESTDIR)$$(&,' \
+ @${REINPLACE_CMD} -E 's,[\({](infodir|MANDIR)[\)}],(DESTDIR)$$&,' \
${WRKSRC}/doc/Makefile.in
@${REINPLACE_CMD} -E 's,(BIN|SBIN)DIR),DESTDIR)$$(&,' \
${WRKSRC}/Makefile.in \
${WRKSRC}/utils/Makefile.in
+ @${ECHO_CMD} ".PHONY: utils" >> ${WRKSRC}/Makefile.in
.include <bsd.port.mk>