summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-06-25 18:30:57 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-06-25 18:30:57 +0000
commit82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (patch)
tree96bfe13b23c39ce47221aae31f6b392eac194c39 /print
parentFix location of smbpasswd. (diff)
Use REINPLACE_CMD
Notes
Notes: svn path=/head/; revision=61963
Diffstat (limited to 'print')
-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)