diff options
author | adamw <adamw@FreeBSD.org> | 2005-03-16 13:10:16 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-03-16 13:10:16 +0800 |
commit | 71454eff287b8e60c164ce4b502ae534b11f4eb8 (patch) | |
tree | 2656ebb0b19c1f1bcdef7f4a3b85780102da8c26 /textproc/dictionary | |
parent | f847948cc93e5d55e5770077cf160ee21f0b1fff (diff) | |
download | freebsd-ports-gnome-71454eff287b8e60c164ce4b502ae534b11f4eb8.tar.gz freebsd-ports-gnome-71454eff287b8e60c164ce4b502ae534b11f4eb8.tar.zst freebsd-ports-gnome-71454eff287b8e60c164ce4b502ae534b11f4eb8.zip |
Add missing '\' to end of line. Should fix INDEX builds.
Diffstat (limited to 'textproc/dictionary')
-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} |