diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-18 17:20:59 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-18 17:20:59 +0000 |
commit | 9c8612a246adc486772e01b5bad7267318f8dd1d (patch) | |
tree | 956e9bbdff4dfc21c9e38fa57cb109d7f6cb78c4 /editors/gnuserv | |
parent | ceb1b076f117ef5802983478d577a52581761e8c (diff) | |
download | ports-9c8612a246adc486772e01b5bad7267318f8dd1d.tar.gz ports-9c8612a246adc486772e01b5bad7267318f8dd1d.zip |
o Adopt gnudoit/gnuattach to -emacs/-xemacs suffixed.
o Bump PORTREVISION accordingly.
PR: ports/66710
Submitted by: Yoshihiko Sarumaru <mistra@imasy.or.jp>
Notes
Notes:
svn path=/head/; revision=109461
Diffstat (limited to 'editors/gnuserv')
-rw-r--r-- | editors/gnuserv/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 0fcee7cb09bb..0cd3e70286e2 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnuserv PORTVERSION= 3.12.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://meltin.net/hacks/emacs/src/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A standalone release of gnuserv for GNU Emacs GNU_CONFIGURE= yes +USE_REINPLACE= yes BINSUFFIX?= -emacs @@ -38,6 +39,12 @@ PLIST_SUB= EMACS_PORT_NAME=${EMACS_PORT_NAME} \ BINSUFFIX=${BINSUFFIX} lispdir= ${PREFIX}/${EMACS_SITE_LISPDIR}/gnuserv + +post-patch: +.for i in gnudoit gnuattach + @${REINPLACE_CMD} 's/gnuclient/gnuclient${BINSUFFIX}/' ${WRKSRC}/${i} +.endfor + post-install: ${MKDIR} ${lispdir}; .for i in ${SOURCES} ${ELCS} |