aboutsummaryrefslogtreecommitdiff
path: root/devel/mk
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-13 13:17:00 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-13 13:17:00 +0000
commite014f53ce2cdcb77be283eab2d72535e189fc106 (patch)
treeaac38c663dd2a5c9b608199e94f97db076b29e9b /devel/mk
parent68c52bf292e0935f1b1881a3d4a791a96ca89c37 (diff)
Support staging
Notes
Notes: svn path=/head/; revision=348061
Diffstat (limited to 'devel/mk')
-rw-r--r--devel/mk/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/mk/Makefile b/devel/mk/Makefile
index 404e14c53731..a950bd6d99da 100644
--- a/devel/mk/Makefile
+++ b/devel/mk/Makefile
@@ -10,12 +10,10 @@ MASTER_SITES= http://www.cminusminus.org/download/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Andrew Hume's mk by way of Research Unix, Plan 9, & Inferno
-MAN1= mk.1
-PLIST_FILES= bin/mk
+PLIST_FILES= bin/mk man/man1/mk.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mk ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/mk.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/mk ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/mk.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>