aboutsummaryrefslogtreecommitdiff
path: root/graphics/gif2png
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-01 15:54:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-01 15:54:44 +0000
commit0de031a87040d7fcd57b8dbe86130c9775d7de1b (patch)
tree00133388ae86564ea47467e5fca1fb0931993842 /graphics/gif2png
parent764eec0447fc101e8492a2748eb62adb28e0a514 (diff)
downloadports-0de031a87040d7fcd57b8dbe86130c9775d7de1b.tar.gz
ports-0de031a87040d7fcd57b8dbe86130c9775d7de1b.zip
Notes
Diffstat (limited to 'graphics/gif2png')
-rw-r--r--graphics/gif2png/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile
index 12030d4fe7c9..22d7db876025 100644
--- a/graphics/gif2png/Makefile
+++ b/graphics/gif2png/Makefile
@@ -15,11 +15,11 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
USE_PYTHON_RUN= yes
GNU_CONFIGURE= yes
-MAN1= ${PORTNAME}.1 web2png.1
-PLIST_FILES= bin/${PORTNAME} bin/web2png
+PLIST_FILES= bin/${PORTNAME} bin/web2png \
+ man/man1/gif2png.1.gz \
+ man/man1/web2png.1.gz
CPPFLAGS+= `libpng-config --I_opts`
LDFLAGS+= `libpng-config --L_opts`
-NO_STAGE= yes
.include <bsd.port.mk>