1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

o Adopt gnudoit/gnuattach to -emacs/-xemacs suffixed.

o Bump PORTREVISION accordingly.

PR:		ports/66710
Submitted by:	Yoshihiko Sarumaru <mistra@imasy.or.jp>
This commit is contained in:
Norikatsu Shigemura 2004-05-18 17:20:59 +00:00
parent ceb1b076f1
commit 9c8612a246
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109461

View File

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