summaryrefslogtreecommitdiff
path: root/editors/tamago-emacs21/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 15:52:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 15:52:35 +0000
commit4fcd623a911ebff1fb406f959932040af7ed40b2 (patch)
tree3179f0030b56361bd63473d24ab0af7ddce20dbf /editors/tamago-emacs21/Makefile
parentUpdate to 4.0.3 (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39591 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61681
Diffstat (limited to 'editors/tamago-emacs21/Makefile')
-rw-r--r--editors/tamago-emacs21/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile
index 374bfd112670..e642ee325fe4 100644
--- a/editors/tamago-emacs21/Makefile
+++ b/editors/tamago-emacs21/Makefile
@@ -22,6 +22,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/${EMACS_PORT_NAME}
RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/${EMACS_PORT_NAME}
+USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -31,7 +32,7 @@ ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp
PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp"
pre-configure:
- @${PERL} -pi -e 's|emacs/site-lisp|${EMACS_NAME}/${EMACS_VER}/site-lisp|g' \
+ @${REINPLACE_CMD} -e 's|emacs/site-lisp|${EMACS_NAME}/${EMACS_VER}/site-lisp|g' \
${WRKSRC}/configure
.include <bsd.port.mk>