diff options
author | tron <tron@pkgsrc.org> | 2002-10-09 07:58:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-10-09 07:58:47 +0000 |
commit | 0b30966ccca4ff4b72c0350cb36f312628b4c8fb (patch) | |
tree | 2190db88c11b025d378af75e82a36e754dd6e3e0 /emulators | |
parent | 996ee5c6438768bbd69e52c78dd731a5d866f499 (diff) | |
download | pkgsrc-0b30966ccca4ff4b72c0350cb36f312628b4c8fb.tar.gz |
Use proper "MASTER_SITE" definition for SuSE package updates.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index 67986bb8ad2..79969721811 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2002/10/09 07:14:26 grant Exp $ +# $NetBSD: Makefile,v 1.32 2002/10/09 07:58:47 tron Exp $ DISTNAME= suse_base-${SUSE_VERSION} CATEGORIES= emulators PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_SUSE:=a1/} \ - ftp://ftp.suse.com/pub/suse/i386/update/${SUSE_VERSION}/a1/ + ${MASTER_SITE_SUSE_UPD:=a1/} DISTFILES= ${RPMFILES} MAINTAINER= tron@netbsd.org |