diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-06-25 18:30:57 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-06-25 18:30:57 +0000 |
commit | 82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (patch) | |
tree | 96bfe13b23c39ce47221aae31f6b392eac194c39 /print/auctex | |
parent | 068d7ac523ea94845b9ef77e096b0408e185b292 (diff) | |
download | ports-82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c.tar.gz ports-82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c.zip |
Notes
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) |