diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-07-08 21:05:36 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-07-08 21:05:36 +0000 |
commit | 6b720730d94b20ff0353a9eab2547229ecfb3e20 (patch) | |
tree | e68e1077d2ecf8ec02434a2b2e82390cefc596e1 /security/integrit | |
parent | 0e97ef1285f83d32f0f8fe9bd0869d1f27ee96fa (diff) |
Notes
Diffstat (limited to 'security/integrit')
-rw-r--r-- | security/integrit/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/security/integrit/Makefile b/security/integrit/Makefile index 7f00a20526c0..f6ba2d364215 100644 --- a/security/integrit/Makefile +++ b/security/integrit/Makefile @@ -6,22 +6,24 @@ PORTVERSION= 4.1 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= File integrity verification program WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} utils -PLIST_FILES= bin/i-ls sbin/i-viewdb sbin/integrit -MAN1= i-ls.1 i-viewdb.1 integrit.1 +PLIST_FILES= bin/i-ls sbin/i-viewdb sbin/integrit man/man1/i-ls.1.gz \ + man/man1/i-viewdb.1.gz man/man1/integrit.1.gz INFO= integrit -NO_STAGE= yes -.include <bsd.port.pre.mk> +BROKEN_sparc64= Does not compile on sparc64 -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif +post-patch: + @${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 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |