diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-16 05:10:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-16 05:10:16 +0000 |
commit | daa49a8a63e2ca0323be71541466cac1e983a912 (patch) | |
tree | 55e08c9adc4d801a2eba17bd6e2d2833f10591ab /textproc/dictionary/Makefile | |
parent | Fix URL highlighting, lost in the 2.10 upgrade. (diff) |
Add missing '\' to end of line. Should fix INDEX builds.
Diffstat (limited to '')
-rw-r--r-- | textproc/dictionary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile index 24def452e4b1..badd01dd8c9a 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -8,7 +8,7 @@ PORTNAME= dictionary PORTVERSION= 1.8.7 CATEGORIES= textproc net elisp -MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ +MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \ http://bsdchat.com/dist/dryice/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} |