diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2008-01-15 03:55:43 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2008-01-15 03:55:43 +0000 |
commit | b698de5e4cae51c7ad23d2ae706b55bf2be31d3c (patch) | |
tree | c67aa2f04e0a0c66e0adb9a3955fd4a5e88ec02b /textproc/dictionary/Makefile | |
parent | - Update to 3.07 (diff) |
- use Emacs 22 by default
- update my mail address
Diffstat (limited to '')
-rw-r--r-- | textproc/dictionary/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile index ad504af85105..1044b4d8043d 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \ http://bsdchat.com/dist/dryice/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= dryice@dryice.name +MAINTAINER= dryice@FreeBSD.org COMMENT= A dictionary client for Emacs USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 +EMACS_PORT_NAME?= emacs22 LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ELS= connection.el dictionary.el link.el |