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 | ccdf6dbe011a337bc2277f0b33cc72c6787b9cab (patch) | |
tree | f7e802c0314c49379610ac993cc177a5454ff0cb /emulators | |
parent | e24e01fa392c5d733b523d86cf6962a14e7f7e4a (diff) | |
download | pkgsrc-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')
-rw-r--r-- | emulators/arcem/Makefile | 4 | ||||
-rw-r--r-- | emulators/palmosemulator/Makefile | 4 | ||||
-rw-r--r-- | emulators/peace/Makefile | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index ab533b9de1d..5ba213714a2 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/05/21 03:01:10 dsainty Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/27 18:48:02 jlam Exp $ # DISTNAME= emulator_src_${POSE_VERSION} @@ -18,7 +18,7 @@ POSE_VERSION= 3.5 DIST_SUBDIR= ${PKGBASE} # Source is under sources/ directory, skins are not... -SITES_emulator-skins-19.tar.gz= http://www.palmos.com/dev/tools/emulator/ +SITES.emulator-skins-19.tar.gz= http://www.palmos.com/dev/tools/emulator/ #LICENSE= GPL diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile index 63c76bdcf1d..3620eb109c4 100644 --- a/emulators/peace/Makefile +++ b/emulators/peace/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2006/07/03 04:38:43 kent Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/27 18:48:02 jlam Exp $ # PEACE_VERSION= 0.0.20060701 DISTNAME= peace-${PEACE_VERSION} -SITES_peace-0.0.20060701.tar.gz=http://chiharu.hauN.org/peace/dist/ +SITES.peace-0.0.20060701.tar.gz=http://chiharu.hauN.org/peace/dist/ CATEGORIES= emulators MAINTAINER= kent@NetBSD.org |