fix bin name
PR: 43466 Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
This commit is contained in:
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
|
@ -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}
|
||||
|
|
11
editors/gnuserv/files/patch-gnuserv.el
Normal file
11
editors/gnuserv/files/patch-gnuserv.el
Normal 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)
|
Loading…
Reference in a new issue