diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-07-02 14:47:10 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-07-02 14:47:10 +0800 |
commit | a50327ce1b5998fe0e1928811d27034e78c7b5ae (patch) | |
tree | 10348c70d9e17a4362a36bd44b018799edafb7ed /textproc | |
parent | 3e4c761d01ecdf1acb25291708b1d71b3d6eab1d (diff) | |
download | freebsd-ports-gnome-a50327ce1b5998fe0e1928811d27034e78c7b5ae.tar.gz freebsd-ports-gnome-a50327ce1b5998fe0e1928811d27034e78c7b5ae.tar.zst freebsd-ports-gnome-a50327ce1b5998fe0e1928811d27034e78c7b5ae.zip |
Stagify.
Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rfcdiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/rfcdiff/Makefile b/textproc/rfcdiff/Makefile index 575edf9d32b0..be48d2a156e8 100644 --- a/textproc/rfcdiff/Makefile +++ b/textproc/rfcdiff/Makefile @@ -24,12 +24,11 @@ NO_BUILD= YES PLIST_FILES= bin/rfcdiff -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/${DISTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |