From ccdf6dbe011a337bc2277f0b33cc72c6787b9cab Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 27 Jul 2006 18:48:02 +0000 Subject: 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. --- emulators/arcem/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/arcem') diff --git a/emulators/arcem/Makefile b/emulators/arcem/Makefile index 25ef760a3f4..500add5fe05 100644 --- a/emulators/arcem/Makefile +++ b/emulators/arcem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/17 19:22:58 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/27 18:48:02 jlam Exp $ # DISTNAME= arcem-1.00-src @@ -14,7 +14,7 @@ LINUX_FILES= \ HardImage1.gz .for f in ${LINUX_FILES} -SITES_${f}+= \ +SITES.${f}+= \ ftp://ftp.arm.uk.linux.org/pub/linux/arcem/ .endfor -- cgit v1.2.3