summaryrefslogtreecommitdiff
path: root/ports-mgmt/bpkg
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:53:41 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:53:41 +0000
commit720959835c03e2d40708ccfa5cbc3a5e1ca23e0e (patch)
tree227fce16e32256ea79012a4fa494ce43ecb25d72 /ports-mgmt/bpkg
parentSupport staging (diff)
Support staging
Notes
Notes: svn path=/head/; revision=345932
Diffstat (limited to 'ports-mgmt/bpkg')
-rw-r--r--ports-mgmt/bpkg/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/ports-mgmt/bpkg/Makefile b/ports-mgmt/bpkg/Makefile
index 0c061977acde..f82d7c1e0c67 100644
--- a/ports-mgmt/bpkg/Makefile
+++ b/ports-mgmt/bpkg/Makefile
@@ -13,13 +13,10 @@ COMMENT= Simple tool for displaying information about ports
NO_BUILD= yes
SUB_FILES= bpkg.sh
-PLIST_FILES= bin/bpkg
+PLIST_FILES= bin/bpkg man/man8/bpkg.8.gz
-MAN8= bpkg.8
-
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${PREFIX}/bin/bpkg
- ${INSTALL_MAN} ${FILESDIR}/bpkg.8 ${MAN8PREFIX}/man/man8
+ ${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${STAGEDIR}${PREFIX}/bin/bpkg
+ ${INSTALL_MAN} ${FILESDIR}/bpkg.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>