diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-28 13:36:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-28 13:36:56 +0000 |
commit | 0d30ad804c2bf86ce7abc9f446c8235d9b5eb6b6 (patch) | |
tree | 1c13ab8d4ea0ef77dbeffaceb909fa5935be8f4c /editors | |
parent | - Install binaries with the "-emacs" program suffix to avoid conflict (diff) |
Bump PORTREVISION and update pkg-message properly.
Notes
Notes:
svn path=/head/; revision=67184
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnuserv/Makefile | 1 | ||||
-rw-r--r-- | editors/gnuserv/pkg-message | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 985fdd3ee646..faab04381352 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnuserv PORTVERSION= 3.12.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://meltin.net/hacks/emacs/src/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} diff --git a/editors/gnuserv/pkg-message b/editors/gnuserv/pkg-message index 2553879a1178..2034576ec627 100644 --- a/editors/gnuserv/pkg-message +++ b/editors/gnuserv/pkg-message @@ -6,5 +6,7 @@ files: (autoload 'gnuserv-start "gnuserv-compat" "Allow this Emacs process to be a server for client processes." t) + (setq gnuserv-program "gnuserv-emacs") + (gnuserv-start) ***************************************************************************** |