diff options
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r-- | security/gss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index da3dcedf26e..6085a0cbd31 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:52 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/19 18:52:23 agc Exp $ # DISTNAME= gss-0.0.15 PKGREVISION= 2 CATEGORIES= security -MASTER_SITES= http://josefsson.org/gss/releases/ \ - ${MASTER_SITE_GNU:=gss/} +MASTER_SITES= http://josefsson.org/gss/releases/ +MASTER_SITES+= ${MASTER_SITE_GNU:=gss/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gss/ |