diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-27 18:48:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-27 18:48:02 +0000 |
commit | ccdf6dbe011a337bc2277f0b33cc72c6787b9cab (patch) | |
tree | f7e802c0314c49379610ac993cc177a5454ff0cb /security/gnupg | |
parent | e24e01fa392c5d733b523d86cf6962a14e7f7e4a (diff) | |
download | pkgsrc-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/gnupg')
-rw-r--r-- | security/gnupg/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/options.mk b/security/gnupg/options.mk index 29171f1d66b..d4c81545d34 100644 --- a/security/gnupg/options.mk +++ b/security/gnupg/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2006/05/31 18:22:25 ghen Exp $ +# $NetBSD: options.mk,v 1.9 2006/07/27 18:48:03 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg PKG_SUPPORTED_OPTIONS= curl idea ldap @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --without-libcurl # use of IDEA as crypto function LICENCE= fee-based-commercial-use DISTFILES+= idea.c.gz -SITES_idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \ +SITES.idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \ http://www.gnupg.dk/contrib-dk/ USE_TOOLS+= gzcat |