aboutsummaryrefslogtreecommitdiff
path: root/devel/kimwitu
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 09:13:30 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 09:13:30 +0000
commitaa439d23fa569445fafce653884a0a77fc2d2c36 (patch)
tree5249f9bbc3574238458142de138ba8cebed0bd7d /devel/kimwitu
parentfe97f36296ab9e6cbdf9deb3a4ed122aa3241e92 (diff)
downloadports-aa439d23fa569445fafce653884a0a77fc2d2c36.tar.gz
ports-aa439d23fa569445fafce653884a0a77fc2d2c36.zip
Support staging
Notes
Notes: svn path=/head/; revision=345041
Diffstat (limited to 'devel/kimwitu')
-rw-r--r--devel/kimwitu/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/kimwitu/Makefile b/devel/kimwitu/Makefile
index 96a8917cbccc..d0414b551fbc 100644
--- a/devel/kimwitu/Makefile
+++ b/devel/kimwitu/Makefile
@@ -14,12 +14,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
ALL_TARGET=
MAKE_JOBS_UNSAFE= yes
-MAN1= kc.1
-PLIST_FILES= bin/kc
+PLIST_FILES= bin/kc man/man1/kc.1.gz
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/Gen/kc ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/../man/kc.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/Gen/kc ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/../man/kc.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>