diff options
author | jlam <jlam> | 2006-07-27 18:48:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-27 18:48:02 +0000 |
commit | 6a142e4273358385811df6fa45257bcc48ee4d9c (patch) | |
tree | f7e802c0314c49379610ac993cc177a5454ff0cb /www/thttpd | |
parent | 7a9eb96ec28fb42722d822dbe19e01ebaf7aa878 (diff) | |
download | pkgsrc-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 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index ab3293e8e1b..d8f6b117dbc 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/01/05 22:46:12 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2006/07/27 18:48:04 jlam Exp $ DISTNAME= thttpd-2.25b PKGREVISION= 5 @@ -15,7 +15,7 @@ COMMENT= Tiny/turbo/throttling HTTP server EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} NETBSD_LOGO= sitedrivenby.gif -SITES_${NETBSD_LOGO}= http://www.NetBSD.org/images/logos/ +SITES.${NETBSD_LOGO}= http://www.NetBSD.org/images/logos/ GNU_CONFIGURE= yes |