diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-31 10:44:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-31 10:44:59 +0800 |
commit | 4efc6e04afba03149cd6d174575a38ddea919412 (patch) | |
tree | 9ca30af9d43f958ce9065807f6f1ab1babd3b6b5 /dns | |
parent | acedbf5906b82fd7bc45bc467aa695b917e18ac5 (diff) | |
download | freebsd-ports-gnome-4efc6e04afba03149cd6d174575a38ddea919412.tar.gz freebsd-ports-gnome-4efc6e04afba03149cd6d174575a38ddea919412.tar.zst freebsd-ports-gnome-4efc6e04afba03149cd6d174575a38ddea919412.zip |
add a missing \\ in last commit
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} |