diff options
author | anray <anray@FreeBSD.org> | 2006-05-16 16:45:44 +0000 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-05-16 16:45:44 +0000 |
commit | 67eb1ef7a30c01d1f387a34ebc09f43249699d98 (patch) | |
tree | affa059305e5bb697a76a4ed5ff2735cb7748299 /textproc/dictem | |
parent | b593e285a3a2f4378c1572396be215bfeb143259 (diff) | |
download | FreeBSD-ports-67eb1ef7a30c01d1f387a34ebc09f43249699d98.zip FreeBSD-ports-67eb1ef7a30c01d1f387a34ebc09f43249699d98.tar.gz |
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 fd09cbc..fab1bd3 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 |