summaryrefslogtreecommitdiff
path: root/wm/wmthemes
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-27 18:48:02 +0000
committerjlam <jlam>2006-07-27 18:48:02 +0000
commit6a142e4273358385811df6fa45257bcc48ee4d9c (patch)
treef7e802c0314c49379610ac993cc177a5454ff0cb /wm/wmthemes
parent7a9eb96ec28fb42722d822dbe19e01ebaf7aa878 (diff)
downloadpkgsrc-6a142e4273358385811df6fa45257bcc48ee4d9c.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 'wm/wmthemes')
-rw-r--r--wm/wmthemes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile
index 0cb08056c73..4d5a6e151e4 100644
--- a/wm/wmthemes/Makefile
+++ b/wm/wmthemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/03/04 21:30:55 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2006/07/27 18:48:04 jlam Exp $
#
# There is no distinfo file because users can specify alternate themes
@@ -35,7 +35,7 @@ BUILD_DEFS+= WINDOWMAKER_THEMES
THEME_FILES=
.for theme in ${WINDOWMAKER_THEMES}
THEME_FILES+= ${theme}.tar.gz
-SITES_${theme}.tar.gz= http://download.freshmeat.net/themes/${theme:C/-[^-]*$//}/
+SITES.${theme}.tar.gz= http://download.freshmeat.net/themes/${theme:C/-[^-]*$//}/
.endfor
.include "../../mk/x11.buildlink3.mk"