diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:44:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:44:59 +0800 |
commit | 88c219c7771157f80c9b2f1a2af416b15d016813 (patch) | |
tree | 8f50a392d529737cf109357b3ae2dc8aeef160b2 /graphics | |
parent | 186a5f72eff0e96697de92afab91435ef6d3f870 (diff) | |
download | freebsd-ports-gnome-88c219c7771157f80c9b2f1a2af416b15d016813.tar.gz freebsd-ports-gnome-88c219c7771157f80c9b2f1a2af416b15d016813.tar.zst freebsd-ports-gnome-88c219c7771157f80c9b2f1a2af416b15d016813.zip |
Support staging
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/whirlgif/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/whirlgif/Makefile b/graphics/whirlgif/Makefile index 5cb26f72ba2d..c3e939075867 100644 --- a/graphics/whirlgif/Makefile +++ b/graphics/whirlgif/Makefile @@ -12,12 +12,10 @@ COMMENT= A tool for making GIF animations 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> |