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