diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 02:44:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 02:44:59 +0000 |
commit | 27d17b638dc095120df38f36286057153a108fb9 (patch) | |
tree | 3a5a81edc322ca38258458b3ae1a17221cbf5e8d /dns | |
parent | d5126fe5f3785a5e7ea3f8495d60f5c932485252 (diff) |
add a missing \\ in last commit
Notes
Notes:
svn path=/head/; revision=92673
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libidn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 0968fa9b0d45..62096bcfe470 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -9,7 +9,7 @@ PORTNAME= libidn PORTVERSION= 0.3.3 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/libidn/releases/ MASTER_SITE_SUBDIR= ${PORTNAME} |