diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-19 09:01:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-19 09:01:13 +0000 |
commit | ecd5c6f203667e94463358209df6ade41907543f (patch) | |
tree | 64defe787a7e6391b036b20205bd4924ed9adcfe /graphics/svg2png/Makefile | |
parent | 1a79b216771fe9869fe737ad6cd71d40e9fe0530 (diff) | |
download | ports-ecd5c6f203667e94463358209df6ade41907543f.tar.gz ports-ecd5c6f203667e94463358209df6ade41907543f.zip |
Notes
Diffstat (limited to 'graphics/svg2png/Makefile')
-rw-r--r-- | graphics/svg2png/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile index e9002f31c17c..b1f70f3912ee 100644 --- a/graphics/svg2png/Makefile +++ b/graphics/svg2png/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo GNU_CONFIGURE= yes USES= pkgconfig -MAN1= svg2png.1 -PLIST_FILES= bin/svg2png +PLIST_FILES= bin/svg2png \ + man/man1/svg2png.1.gz -NO_STAGE= yes .include <bsd.port.mk> |