svn commit: r342033 - head/security/fuzz

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 16:51:13 UTC 2014


Author: miwi
Date: Fri Jan 31 16:51:13 2014
New Revision: 342033
URL: http://svnweb.freebsd.org/changeset/ports/342033
QAT: https://qat.redports.org/buildarchive/r342033/

Log:
  - Stage support

Modified:
  head/security/fuzz/Makefile

Modified: head/security/fuzz/Makefile
==============================================================================
--- head/security/fuzz/Makefile	Fri Jan 31 16:50:53 2014	(r342032)
+++ head/security/fuzz/Makefile	Fri Jan 31 16:51:13 2014	(r342033)
@@ -12,11 +12,7 @@ COMMENT=	Tool for testing software by bo
 
 GNU_CONFIGURE=	yes
 
-MAN1=		fuzz.1
-PLIST_FILES=	bin/fuzz
-
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
+PLIST_FILES=	bin/fuzz \
+		man/man1/fuzz.1.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list