From 28032f5d24f90d0be9da2a3264918c82069c858d Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 29 Sep 2013 21:50:07 +0000 Subject: - Support staging --- sysutils/kiconvtool/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils') diff --git a/sysutils/kiconvtool/Makefile b/sysutils/kiconvtool/Makefile index f183ae1ee671..1b93ff4f59f9 100644 --- a/sysutils/kiconvtool/Makefile +++ b/sysutils/kiconvtool/Makefile @@ -12,9 +12,9 @@ COMMENT= Tool to preload kernel iconv charset tables USES= iconv # used by libkiconv, actually -PLIST_FILES= sbin/kiconvtool etc/rc.d/kiconv +MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" -MAN8= kiconvtool.8 +PLIST_FILES= sbin/${PORTNAME} etc/rc.d/kiconv \ + man/man8/${PORTNAME}.8.gz -NO_STAGE= yes .include -- cgit