svn commit: r361291 - head/security/integrit
Pawel Pekala
pawel at FreeBSD.org
Tue Jul 8 21:05:37 UTC 2014
Author: pawel
Date: Tue Jul 8 21:05:36 2014
New Revision: 361291
URL: http://svnweb.freebsd.org/changeset/ports/361291
QAT: https://qat.redports.org/buildarchive/r361291/
Log:
Add staging support
Modified:
head/security/integrit/Makefile
Modified: head/security/integrit/Makefile
==============================================================================
--- head/security/integrit/Makefile Tue Jul 8 21:03:07 2014 (r361290)
+++ head/security/integrit/Makefile Tue Jul 8 21:05:36 2014 (r361291)
@@ -6,22 +6,24 @@ PORTVERSION= 4.1
CATEGORIES= security
MASTER_SITES= SF
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= ports at 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>
More information about the svn-ports-all
mailing list