1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Support staging

This commit is contained in:
Dmitry Marakasov 2013-09-29 21:50:07 +00:00
parent 9ccfaeb569
commit 3fd9b993f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328741

View File

@ -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 <bsd.port.mk>