diff options
author | demon <demon@FreeBSD.org> | 2013-10-26 03:06:47 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2013-10-26 03:06:47 +0800 |
commit | 4c6f456cd5b2edd7897ee45b6a58617de25316cd (patch) | |
tree | 0dd7e557463e9de0edb31db4356f6cc7147aedd0 /graphics/gource | |
parent | 4a6b9fc6cc590e4ace73c1f7dd0f3e09f89835e0 (diff) | |
download | freebsd-ports-gnome-4c6f456cd5b2edd7897ee45b6a58617de25316cd.tar.gz freebsd-ports-gnome-4c6f456cd5b2edd7897ee45b6a58617de25316cd.tar.zst freebsd-ports-gnome-4c6f456cd5b2edd7897ee45b6a58617de25316cd.zip |
Support staging.
Diffstat (limited to 'graphics/gource')
-rw-r--r-- | graphics/gource/Makefile | 4 | ||||
-rw-r--r-- | graphics/gource/pkg-plist | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 5a100de3f757..af876718f14e 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -20,14 +20,10 @@ RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm 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> diff --git a/graphics/gource/pkg-plist b/graphics/gource/pkg-plist index e552684b7ced..696b0df2c497 100644 --- a/graphics/gource/pkg-plist +++ b/graphics/gource/pkg-plist @@ -1,3 +1,4 @@ +man/man1/gource.1.gz bin/gource %%DATADIR%%/beam.png %%DATADIR%%/bloom.tga |