diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-31 10:39:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-31 10:39:30 +0800 |
commit | acedbf5906b82fd7bc45bc467aa695b917e18ac5 (patch) | |
tree | 2f9c107b6dd7156aad82b9010f56d5f20eb2bc61 /devel/libidn | |
parent | c3df285697c15e4668dca19d973153f580143cd6 (diff) | |
download | freebsd-ports-gnome-acedbf5906b82fd7bc45bc467aa695b917e18ac5.tar.gz freebsd-ports-gnome-acedbf5906b82fd7bc45bc467aa695b917e18ac5.tar.zst freebsd-ports-gnome-acedbf5906b82fd7bc45bc467aa695b917e18ac5.zip |
introduce MASTER_SITE_GNU_ALPHA
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index af5d3dcae251..0968fa9b0d45 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -9,9 +9,9 @@ PORTNAME= libidn PORTVERSION= 0.3.3 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ - ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ \ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} http://josefsson.org/libidn/releases/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= Internationalized Domain Names command line tool |