diff options
-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/ |