svn commit: r336119 - head/devel/cstringbuffer

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 10 22:35:11 UTC 2013


Author: bapt
Date: Tue Dec 10 22:35:11 2013
New Revision: 336119
URL: http://svnweb.freebsd.org/changeset/ports/336119

Log:
  Support stage

Modified:
  head/devel/cstringbuffer/Makefile

Modified: head/devel/cstringbuffer/Makefile
==============================================================================
--- head/devel/cstringbuffer/Makefile	Tue Dec 10 22:32:31 2013	(r336118)
+++ head/devel/cstringbuffer/Makefile	Tue Dec 10 22:35:11 2013	(r336119)
@@ -12,11 +12,8 @@ COMMENT=	File-like IO for strings
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-MAN3=		csb.3
-MANCOMPRESSED=	no
 
 PLIST_FILES=	include/csb.h lib/libcsb.a lib/libcsb.la lib/libcsb.so \
-		lib/libcsb.so.1
+		lib/libcsb.so.1 man/man3/csb.3.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list