svn commit: r328741 - head/sysutils/kiconvtool
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Sep 29 21:50:07 UTC 2013
Author: amdmi3
Date: Sun Sep 29 21:50:07 2013
New Revision: 328741
URL: http://svnweb.freebsd.org/changeset/ports/328741
Log:
- Support staging
Modified:
head/sysutils/kiconvtool/Makefile
Modified: head/sysutils/kiconvtool/Makefile
==============================================================================
--- head/sysutils/kiconvtool/Makefile Sun Sep 29 21:49:38 2013 (r328740)
+++ head/sysutils/kiconvtool/Makefile Sun Sep 29 21:50:07 2013 (r328741)
@@ -12,9 +12,9 @@ COMMENT= Tool to preload kernel iconv ch
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>
More information about the svn-ports-head
mailing list