1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Use REINPLACE_CMD

- Change maintainer's address

PR:		39758
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-06-24 04:54:01 +00:00
parent 2fe7c26973
commit f7b47e1e78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61859
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -8,4 +8,4 @@ multiple directories into your speedbar frame.
WWW: http://cedet.sourceforge.net/speedbar.shtml
- Kimura Fuyuki
fuyuki@mj.0038.net
fuyuki@hadaly.org