summaryrefslogtreecommitdiff
path: root/security/dirmngr
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-27 18:48:02 +0000
committerjlam <jlam@pkgsrc.org>2006-07-27 18:48:02 +0000
commitccdf6dbe011a337bc2277f0b33cc72c6787b9cab (patch)
treef7e802c0314c49379610ac993cc177a5454ff0cb /security/dirmngr
parente24e01fa392c5d733b523d86cf6962a14e7f7e4a (diff)
downloadpkgsrc-ccdf6dbe011a337bc2277f0b33cc72c6787b9cab.tar.gz
Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
Diffstat (limited to 'security/dirmngr')
-rw-r--r--security/dirmngr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index d4baa83d918..d58affe5eb5 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/05/31 18:22:25 ghen Exp $
+# $NetBSD: Makefile,v 1.24 2006/07/27 18:48:03 jlam Exp $
#
DISTNAME= dirmngr-0.9.3
@@ -7,7 +7,7 @@ CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/dirmngr/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= pth-2.0.4.tar.gz
-SITES_pth-2.0.4.tar.gz= ${MASTER_SITE_GNU:=pth/}
+SITES.pth-2.0.4.tar.gz= ${MASTER_SITE_GNU:=pth/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= shannonjr@NetBSD.org