diff options
author | anray <anray@FreeBSD.org> | 2006-05-17 00:45:44 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-05-17 00:45:44 +0800 |
commit | 67eb1ef7a30c01d1f387a34ebc09f43249699d98 (patch) | |
tree | affa059305e5bb697a76a4ed5ff2735cb7748299 /textproc/dictem | |
parent | b593e285a3a2f4378c1572396be215bfeb143259 (diff) | |
download | freebsd-ports-graphics-67eb1ef7a30c01d1f387a34ebc09f43249699d98.tar.gz freebsd-ports-graphics-67eb1ef7a30c01d1f387a34ebc09f43249699d98.tar.zst freebsd-ports-graphics-67eb1ef7a30c01d1f387a34ebc09f43249699d98.zip |
Add new mastersite.
Submitted by: Max N. Boyarov - maintainer(via PM)
Diffstat (limited to 'textproc/dictem')
-rw-r--r-- | textproc/dictem/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index fd09cbc3c0e..fab1bd3a8f8 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -7,14 +7,15 @@ PORTNAME= dictem PORTVERSION= 0.7 CATEGORIES= textproc net elisp -MASTER_SITES= http://www.mova.org/~cheusov/pub/dictem/ +MASTER_SITES= http://www.mova.org/~cheusov/pub/dictem/ \ + http://ncd0.bsd.by/ports/distfiles/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= m.boyarov@gmail.com COMMENT= DictEm is a dict client for [X]Emacs USE_EMACS= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:259 EMACS_PORT_NAME?=emacs21 |