Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 19:06:48 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331625 - head/graphics/gource
Message-ID:  <201310251906.r9PJ6mIr091008@svn.freebsd.org>

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



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