diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-02 02:13:41 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-02 02:13:41 +0800 |
commit | 7807df4a0a414829ab20f7c66ca3b3a35102479d (patch) | |
tree | 1018574995bb0890715c4855ed314b2035f15595 /security | |
parent | 8cf9211b66df73846f790a51f0f024cda393b1bf (diff) | |
download | freebsd-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/Makefile | 4 |
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> |