aboutsummaryrefslogtreecommitdiff
path: root/security/integrit
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-07-08 21:05:36 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-07-08 21:05:36 +0000
commit6b720730d94b20ff0353a9eab2547229ecfb3e20 (patch)
treee68e1077d2ecf8ec02434a2b2e82390cefc596e1 /security/integrit
parent0e97ef1285f83d32f0f8fe9bd0869d1f27ee96fa (diff)
downloadports-6b720730d94b20ff0353a9eab2547229ecfb3e20.tar.gz
ports-6b720730d94b20ff0353a9eab2547229ecfb3e20.zip
Add staging support
Notes
Notes: svn path=/head/; revision=361291
Diffstat (limited to 'security/integrit')
-rw-r--r--security/integrit/Makefile20
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>