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 /security/gsasl | |
parent | c3df285697c15e4668dca19d973153f580143cd6 (diff) | |
download | freebsd-ports-graphics-acedbf5906b82fd7bc45bc467aa695b917e18ac5.tar.gz freebsd-ports-graphics-acedbf5906b82fd7bc45bc467aa695b917e18ac5.tar.zst freebsd-ports-graphics-acedbf5906b82fd7bc45bc467aa695b917e18ac5.zip |
introduce MASTER_SITE_GNU_ALPHA
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 6a89139a3bb..3d67fa21228 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -10,7 +10,8 @@ PORTNAME= gsasl PORTVERSION= 0.0.8 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ - ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ + ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GNU SASL Library |