svn commit: r342400 - head/misc/cstream

Martin Wilke miwi at FreeBSD.org
Mon Feb 3 09:43:19 UTC 2014


Author: miwi
Date: Mon Feb  3 09:43:19 2014
New Revision: 342400
URL: http://svnweb.freebsd.org/changeset/ports/342400
QAT: https://qat.redports.org/buildarchive/r342400/

Log:
  - Stage support

Modified:
  head/misc/cstream/Makefile

Modified: head/misc/cstream/Makefile
==============================================================================
--- head/misc/cstream/Makefile	Mon Feb  3 09:42:04 2014	(r342399)
+++ head/misc/cstream/Makefile	Mon Feb  3 09:43:19 2014	(r342400)
@@ -15,10 +15,9 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 GNU_CONFIGURE=	yes
 
-MAN1=		cstream.1
-PLIST_FILES=	bin/cstream
+PLIST_FILES=	bin/cstream \
+		man/man1/cstream.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/^if \[/s| $$CFLAGS | "$$CFLAGS" |' ${WRKSRC}/configure


More information about the svn-ports-all mailing list