diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-24 04:54:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-24 04:54:01 +0000 |
commit | f7b47e1e78b1a712c1d4fb143e76337b35d73527 (patch) | |
tree | 4123bdb0639c2def6dd442836d71e600de5e3ff2 /editors/speedbar/Makefile | |
parent | 2fe7c26973623bf9e2a68432a8fb4f726fa43926 (diff) |
Notes
Diffstat (limited to 'editors/speedbar/Makefile')
-rw-r--r-- | editors/speedbar/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index 3b3d831ab014..de1add708b03 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -13,10 +13,11 @@ MASTER_SITE_SUBDIR= cedet PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} -MAINTAINER= fuyuki@mj.0038.net +MAINTAINER= fuyuki@hadaly.org EMACS_PORT_NAME?= emacs21 +USE_REINPLACE= yes USE_GMAKE= yes LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/speedbar @@ -27,11 +28,11 @@ MUST_BE_RECOMPILED= gud.el info.el rmail.el vhdl-mode.el EMACS_ARGS= -batch -l speedbar-compile-script -f batch-byte-compile -pre-build: +post-patch: .for i in ${MUST_BE_RECOMPILED} ${CP} `${FIND} ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/lisp -name ${i}` \ ${WRKSRC} - ${PERL} -pi -e 's/speedbar-attached-frame/dframe-attached-frame/' \ + ${REINPLACE_CMD} -e 's/speedbar-attached-frame/dframe-attached-frame/' \ ${WRKSRC}/${i} .endfor |