summaryrefslogtreecommitdiff
path: root/emulators/arcem
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-27 18:48:02 +0000
committerjlam <jlam@pkgsrc.org>2006-07-27 18:48:02 +0000
commitccdf6dbe011a337bc2277f0b33cc72c6787b9cab (patch)
treef7e802c0314c49379610ac993cc177a5454ff0cb /emulators/arcem
parente24e01fa392c5d733b523d86cf6962a14e7f7e4a (diff)
downloadpkgsrc-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 'emulators/arcem')
-rw-r--r--emulators/arcem/Makefile4
1 files changed, 2 insertions, 2 deletions
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