Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 22:35:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336119 - head/devel/cstringbuffer
Message-ID:  <201312102235.rBAMZB6Y053045@svn.freebsd.org>

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



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