Date: Thu, 27 Feb 2014 15:06:33 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346362 - head/japanese/kcode Message-ID: <201402271506.s1RF6XL2010947@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 27 15:06:33 2014 New Revision: 346362 URL: http://svnweb.freebsd.org/changeset/ports/346362 QAT: https://qat.redports.org/buildarchive/r346362/ Log: Support staging Modified: head/japanese/kcode/Makefile Modified: head/japanese/kcode/Makefile ============================================================================== --- head/japanese/kcode/Makefile Thu Feb 27 15:04:51 2014 (r346361) +++ head/japanese/kcode/Makefile Thu Feb 27 15:06:33 2014 (r346362) @@ -18,21 +18,17 @@ NO_BUILD= yes SHEBANG_FILES= kcode perl_OLD_CMD= /usr/bin/env perl -MANLANG= ja -MAN1= kcode.1 -MANCOMPRESSED= no -PLIST_FILES= bin/kcode +PLIST_FILES= bin/kcode man/ja/man1/kcode.1.gz RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode -NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > ${WRKSRC}/kcode pod2man ${WRKSRC}/kcode ${WRKSRC}/kcode.1 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/kcode ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/kcode.1 ${MAN1PREFIX}/man/ja/man1/ + ${INSTALL_SCRIPT} ${WRKSRC}/kcode ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/kcode.1 ${STAGEDIR}${MANPREFIX}/man/ja/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402271506.s1RF6XL2010947>