svn commit: r331625 - head/graphics/gource

Dmitry Sivachenko demon at FreeBSD.org
Fri Oct 25 19:06:48 UTC 2013


Author: demon
Date: Fri Oct 25 19:06:47 2013
New Revision: 331625
URL: http://svnweb.freebsd.org/changeset/ports/331625

Log:
  Support staging.

Modified:
  head/graphics/gource/Makefile
  head/graphics/gource/pkg-plist

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Fri Oct 25 18:40:10 2013	(r331624)
+++ head/graphics/gource/Makefile	Fri Oct 25 19:06:47 2013	(r331625)
@@ -20,14 +20,10 @@ RUN_DEPENDS=	${LOCALBASE}/include/glm/gl
 
 GNU_CONFIGURE=	yes
 USES=		gmake pkgconfig compiler:c++11-lang
-MANCOMPRESSED=	yes
 
 CONFIGURE_ARGS+=--with-boost-system=boost_system \
 		--with-boost-filesystem=boost_filesystem
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		gource.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/gource/pkg-plist
==============================================================================
--- head/graphics/gource/pkg-plist	Fri Oct 25 18:40:10 2013	(r331624)
+++ head/graphics/gource/pkg-plist	Fri Oct 25 19:06:47 2013	(r331625)
@@ -1,3 +1,4 @@
+man/man1/gource.1.gz
 bin/gource
 %%DATADIR%%/beam.png
 %%DATADIR%%/bloom.tga


More information about the svn-ports-all mailing list