diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-06-26 02:30:57 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-06-26 02:30:57 +0800 |
commit | cde2f267c86553ca05e0aa4469ac034e4060371d (patch) | |
tree | 6e960dd38f2346f77e4d029264df0a2da32676e2 /print/auctex | |
parent | f607524f4866a7f156e10525ead90ef2cde47c83 (diff) | |
download | freebsd-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/Makefile | 3 |
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) |