aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-01 18:13:41 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-01 18:13:41 +0000
commit721090d75770f7277b5ff0c0f85a9f2a05cb61d9 (patch)
tree1018574995bb0890715c4855ed314b2035f15595
parentecfe726f890d28bf4a83f223c1c67e32ec1ac3dc (diff)
Fix build on 8 and 9.
Notes
Notes: svn path=/head/; revision=366921
-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>