svn commit: r344688 - head/graphics/svg2pdf

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 07:01:05 UTC 2014


Author: miwi
Date: Mon Feb 17 07:01:04 2014
New Revision: 344688
URL: http://svnweb.freebsd.org/changeset/ports/344688
QAT: https://qat.redports.org/buildarchive/r344688/

Log:
  - Stage support

Modified:
  head/graphics/svg2pdf/Makefile

Modified: head/graphics/svg2pdf/Makefile
==============================================================================
--- head/graphics/svg2pdf/Makefile	Mon Feb 17 07:00:55 2014	(r344687)
+++ head/graphics/svg2pdf/Makefile	Mon Feb 17 07:01:04 2014	(r344688)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	svg-cairo.1:${PORTSDIR}/gra
 GNU_CONFIGURE=	yes
 USES=		pkgconfig
 
-MAN1=		svg2pdf.1
-PLIST_FILES=	bin/svg2pdf
+PLIST_FILES=	bin/svg2pdf \
+		man/man1/svg2pdf.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list