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/CSP/Makefile | |
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/CSP/Makefile')
-rw-r--r-- | security/CSP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/CSP/Makefile b/security/CSP/Makefile index db3778aeccc..9bb9d1852e5 100644 --- a/security/CSP/Makefile +++ b/security/CSP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/12/27 20:56:17 cube Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/27 18:48:03 jlam Exp $ # DISTNAME= CSP-0.32 @@ -15,7 +15,7 @@ DEPENDS+= p5-IPC-Run>=0.79:../../devel/p5-IPC-Run DEPENDS+= p5-Term-Prompt>=1.03:../../devel/p5-Term-Prompt CSPGUIDE= cspguide.pdf -SITES_${CSPGUIDE}= http://devel.it.su.se/content/1/c4/32/90/ +SITES.${CSPGUIDE}= http://devel.it.su.se/content/1/c4/32/90/ EXTRACT_ONLY= ${DISTFILES:N*.pdf} PERL5_PACKLIST= auto/CSP/.packlist |