aboutsummaryrefslogtreecommitdiff
path: root/misc/rfc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 07:20:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 07:20:05 +0000
commitb39a971531ef0e235dd6d26b614d31280ce596c4 (patch)
treed8569a8afdceb3d881087c316593f2caf6e9959a /misc/rfc
parent15da22f04947e0eecdbe3666b0e6a65880f9e3a6 (diff)
downloadports-b39a971531ef0e235dd6d26b614d31280ce596c4.tar.gz
ports-b39a971531ef0e235dd6d26b614d31280ce596c4.zip
Support staging
Notes
Notes: svn path=/head/; revision=346441
Diffstat (limited to 'misc/rfc')
-rw-r--r--misc/rfc/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile
index 1023d9d13e82..5c9b42c231ec 100644
--- a/misc/rfc/Makefile
+++ b/misc/rfc/Makefile
@@ -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>