Date: Fri, 28 Feb 2014 07:20:05 +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: r346441 - head/misc/rfc Message-ID: <201402280720.s1S7K5Jw043035@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Feb 28 07:20:05 2014 New Revision: 346441 URL: http://svnweb.freebsd.org/changeset/ports/346441 QAT: https://qat.redports.org/buildarchive/r346441/ Log: Support staging Modified: head/misc/rfc/Makefile Modified: head/misc/rfc/Makefile ============================================================================== --- head/misc/rfc/Makefile Fri Feb 28 07:16:42 2014 (r346440) +++ head/misc/rfc/Makefile Fri Feb 28 07:20:05 2014 (r346441) @@ -14,11 +14,8 @@ RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m NO_BUILD= yes -MAN1= rfc.1 -PLIST_FILES= bin/rfc \ - "@unexec rm -f %%PREFIX%%/etc/rfc-index" +PLIST_FILES= bin/rfc man/man1/rfc.1.gz -NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc| ; \ s|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap| ; \ @@ -29,7 +26,7 @@ do-configure: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} \ - ${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402280720.s1S7K5Jw043035>