svn commit: r345193 - head/graphics/whirlgif
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Feb 20 08:45:00 UTC 2014
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>
More information about the svn-ports-all
mailing list