aboutsummaryrefslogtreecommitdiffstats
path: root/print/poster
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-25 17:32:38 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-25 17:32:38 +0800
commit95a894340b4bffd6091294b03d3a61fb56fc8b81 (patch)
tree8299654096868f3f75ee29797ad3ec86a840a1ae /print/poster
parent9167b6ff3caa4167bbf4335f1b62a556cb03ab3d (diff)
downloadfreebsd-ports-gnome-95a894340b4bffd6091294b03d3a61fb56fc8b81.tar.gz
freebsd-ports-gnome-95a894340b4bffd6091294b03d3a61fb56fc8b81.tar.zst
freebsd-ports-gnome-95a894340b4bffd6091294b03d3a61fb56fc8b81.zip
Support staging
Diffstat (limited to 'print/poster')
-rw-r--r--print/poster/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/print/poster/Makefile b/print/poster/Makefile
index 83992c949cf0..6ff8f1fa0a3b 100644
--- a/print/poster/Makefile
+++ b/print/poster/Makefile
@@ -15,12 +15,10 @@ MAKEFILE= /dev/null
MAKE_ENV= LDLIBS="-lm"
NO_WRKSUBDIR= yes
-MAN1= poster.1
-PLIST_FILES= bin/poster
+PLIST_FILES= bin/poster man/man1/poster.1.gz
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>