Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 21:50:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328741 - head/sysutils/kiconvtool
Message-ID:  <201309292150.r8TLo747075932@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309292150.r8TLo747075932>