fix bin name

PR:		43466
Submitted by:	MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
This commit is contained in:
Ying-Chieh Liao 2003-01-03 06:08:40 +00:00
parent 46eb31495e
commit 0e3c4ba4ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72341
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= gnuserv
PORTVERSION= 3.12.5
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://meltin.net/hacks/emacs/src/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}

View file

@ -0,0 +1,11 @@
--- gnuserv.el.orig Thu Jan 25 19:41:59 2001
+++ gnuserv.el Sun Sep 29 19:16:03 2002
@@ -173,7 +173,7 @@
(function :tag "Other"))
:group 'gnuserv)
-(defcustom gnuserv-program "gnuserv"
+(defcustom gnuserv-program "gnuserv-emacs"
"*Program to use as the editing server."
:type 'string
:group 'gnuserv)