diff options
author | pawel <pawel@FreeBSD.org> | 2014-07-09 05:05:36 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-07-09 05:05:36 +0800 |
commit | 82262574530c673903388fc4605ee58edb78e729 (patch) | |
tree | e68e1077d2ecf8ec02434a2b2e82390cefc596e1 /security | |
parent | 6e4a68c64986b0ed69abe78ebd0f713073a464ad (diff) | |
download | freebsd-ports-gnome-82262574530c673903388fc4605ee58edb78e729.tar.gz freebsd-ports-gnome-82262574530c673903388fc4605ee58edb78e729.tar.zst freebsd-ports-gnome-82262574530c673903388fc4605ee58edb78e729.zip |
Add staging support
Diffstat (limited to 'security')
-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> |