diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 06:08:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 06:08:40 +0000 |
commit | 71d8ff319711731a9fef39aaf21185ef61950c44 (patch) | |
tree | a949740a7810ad6facd42a6072d67e1c196be501 /editors/gnuserv | |
parent | 5f48f55fdfafc7e4d4cc5cbcaa5dace3904846a8 (diff) | |
download | FreeBSD-ports-71d8ff319711731a9fef39aaf21185ef61950c44.zip FreeBSD-ports-71d8ff319711731a9fef39aaf21185ef61950c44.tar.gz |
fix bin name
PR: 43466
Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
Diffstat (limited to 'editors/gnuserv')
-rw-r--r-- | editors/gnuserv/Makefile | 1 | ||||
-rw-r--r-- | editors/gnuserv/files/patch-gnuserv.el | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index f8aeb72..96e0b4a 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 0000000..cebd04a --- /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) |