aboutsummaryrefslogtreecommitdiffstats
path: root/print/auctex
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2002-06-26 02:30:57 +0800
committeryoichi <yoichi@FreeBSD.org>2002-06-26 02:30:57 +0800
commitcde2f267c86553ca05e0aa4469ac034e4060371d (patch)
tree6e960dd38f2346f77e4d029264df0a2da32676e2 /print/auctex
parentf607524f4866a7f156e10525ead90ef2cde47c83 (diff)
downloadfreebsd-ports-gnome-cde2f267c86553ca05e0aa4469ac034e4060371d.tar.gz
freebsd-ports-gnome-cde2f267c86553ca05e0aa4469ac034e4060371d.tar.zst
freebsd-ports-gnome-cde2f267c86553ca05e0aa4469ac034e4060371d.zip
Use REINPLACE_CMD
Diffstat (limited to 'print/auctex')
-rw-r--r--print/auctex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 6893169581ac..a951c5734547 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -21,11 +21,12 @@ ALL_TARGET= all contrib
INSTALL_TARGET= install install-contrib
MAKE_ARGS+= lispdir=${PREFIX}/${LISPDIR}
PLIST_SUB+= LISPDIR=${LISPDIR}
+USE_REINPLACE= yes
# adjust a hardcoded '/usr/local' string
post-patch:
@${ECHO_MSG} "===> Substituting hardcoded '/usr/local' paths"
- ${PERL} -wpi -e 's?/usr/local?${PREFIX}?g' ${WRKSRC}/tex.el
+ ${REINPLACE_CMD} -e 's?/usr/local?${PREFIX}?g' ${WRKSRC}/tex.el
post-install:
.if !defined(NOPORTDOCS)