Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 21:05:36 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361291 - head/security/integrit
Message-ID:  <201407082105.s68L5aMT094098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407082105.s68L5aMT094098>