svn commit: r345034 - head/graphics/svg2png

Martin Wilke miwi at FreeBSD.org
Wed Feb 19 09:01:13 UTC 2014


Author: miwi
Date: Wed Feb 19 09:01:13 2014
New Revision: 345034
URL: http://svnweb.freebsd.org/changeset/ports/345034
QAT: https://qat.redports.org/buildarchive/r345034/

Log:
  - Stage support

Modified:
  head/graphics/svg2png/Makefile

Modified: head/graphics/svg2png/Makefile
==============================================================================
--- head/graphics/svg2png/Makefile	Wed Feb 19 09:00:59 2014	(r345033)
+++ head/graphics/svg2png/Makefile	Wed Feb 19 09:01:13 2014	(r345034)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	svg-cairo.1:${PORTSDIR}/gra
 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>


More information about the svn-ports-all mailing list