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 | 7187bd032b66f2caf1cabd991a9a1bfb9fb020f8 (patch) | |
tree | f7e802c0314c49379610ac993cc177a5454ff0cb /wm | |
parent | a6f0e95479460a02148b7d909052b9c127bbe29f (diff) | |
download | pkgsrc-7187bd032b66f2caf1cabd991a9a1bfb9fb020f8.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')
-rw-r--r-- | wm/wmthemes/Makefile | 4 |
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" |