Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 16:51:13 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342033 - head/security/fuzz
Message-ID:  <201401311651.s0VGpD3C001920@svn.freebsd.org>

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



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