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 | 418abacc56933644c94e6480f2be72014ea2e45e (patch) | |
tree | c1b1f98fd7597a9a9fd2ba06c35f5389efd77891 | |
parent | 25d2d10f90f5512209078b5770e3472d2f1129fd (diff) | |
download | pkgsrc-418abacc56933644c94e6480f2be72014ea2e45e.tar.gz |
Using MASTER_SITE_GNUSTEP instead of hard-coded URL.
-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/ |