aboutsummaryrefslogtreecommitdiff
path: root/editors/gnuserv
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 06:08:40 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 06:08:40 +0000
commit0e3c4ba4ffa176daa4ab9ecc653552a4035089bb (patch)
tree389758db509e174fc04ddc7fa00a98ddafd0326a /editors/gnuserv
parent46eb31495e4e1eefb55684fe36b2dc28132d4bb1 (diff)
downloadports-0e3c4ba4ffa176daa4ab9ecc653552a4035089bb.tar.gz
ports-0e3c4ba4ffa176daa4ab9ecc653552a4035089bb.zip
fix bin name
PR: 43466 Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
Notes
Notes: svn path=/head/; revision=72341
Diffstat (limited to 'editors/gnuserv')
-rw-r--r--editors/gnuserv/Makefile1
-rw-r--r--editors/gnuserv/files/patch-gnuserv.el11
2 files changed, 12 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile
index f8aeb720fef9..96e0b4a6ec83 100644
--- a/editors/gnuserv/Makefile
+++ b/editors/gnuserv/Makefile
@@ -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}
diff --git a/editors/gnuserv/files/patch-gnuserv.el b/editors/gnuserv/files/patch-gnuserv.el
new file mode 100644
index 000000000000..cebd04a9445d
--- /dev/null
+++ b/editors/gnuserv/files/patch-gnuserv.el
@@ -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)