svn commit: r342177 - head/graphics/gif2png

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 15:54:45 UTC 2014


Author: miwi
Date: Sat Feb  1 15:54:44 2014
New Revision: 342177
URL: http://svnweb.freebsd.org/changeset/ports/342177
QAT: https://qat.redports.org/buildarchive/r342177/

Log:
  - Stage support

Modified:
  head/graphics/gif2png/Makefile

Modified: head/graphics/gif2png/Makefile
==============================================================================
--- head/graphics/gif2png/Makefile	Sat Feb  1 15:50:41 2014	(r342176)
+++ head/graphics/gif2png/Makefile	Sat Feb  1 15:54:44 2014	(r342177)
@@ -15,11 +15,11 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 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>


More information about the svn-ports-all mailing list