Date: Sat, 1 Feb 2014 15:54:44 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342177 - head/graphics/gif2png Message-ID: <201402011554.s11FsiVm040495@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011554.s11FsiVm040495>