diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 13:44:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 13:44:59 +0000 |
commit | 79b9bd8284e78ad2e2ebc60aa763376915e3c43f (patch) | |
tree | c1b1f98fd7597a9a9fd2ba06c35f5389efd77891 /security | |
parent | 8c381e1aaa2f9d57fd8514e27e3b8f9f9a65add1 (diff) | |
download | pkgsrc-79b9bd8284e78ad2e2ebc60aa763376915e3c43f.tar.gz |
Using MASTER_SITE_GNUSTEP instead of hard-coded URL.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnustep-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnustep-ssl/Makefile b/security/gnustep-ssl/Makefile index d6302a8492b..e6939c467ed 100644 --- a/security/gnustep-ssl/Makefile +++ b/security/gnustep-ssl/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:30 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/03 13:44:59 rillig Exp $ # DISTNAME= gnustep-base-1.10.1 PKGNAME= ${DISTNAME:S/base/ssl/} CATEGORIES= security gnustep -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnustep.org/ |