Date: Thu, 20 Feb 2014 08:44:59 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345193 - head/graphics/whirlgif Message-ID: <201402200844.s1K8ixPM050705@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 20 08:44:59 2014 New Revision: 345193 URL: http://svnweb.freebsd.org/changeset/ports/345193 QAT: https://qat.redports.org/buildarchive/r345193/ Log: Support staging Modified: head/graphics/whirlgif/Makefile Modified: head/graphics/whirlgif/Makefile ============================================================================== --- head/graphics/whirlgif/Makefile Thu Feb 20 08:44:04 2014 (r345192) +++ head/graphics/whirlgif/Makefile Thu Feb 20 08:44:59 2014 (r345193) @@ -12,12 +12,10 @@ COMMENT= A tool for making GIF animation WRKSRC= ${WRKDIR}/whirlgif-3.04.orig -MAN1= whirlgif.1 -PLIST_FILES= bin/whirlgif +PLIST_FILES= bin/whirlgif man/man1/whirlgif.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/whirlgif.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/whirlgif.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402200844.s1K8ixPM050705>