diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-12 18:10:31 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-12 18:10:31 +0000 |
commit | 7206b1804423e85a46b42c0555c43bbfd8cfbd12 (patch) | |
tree | 7d11321140ef0e4e207f0cd81e2ea6d61881980f /emulators | |
parent | b4812321677e0e3e68d23850fa4d6a459d56809a (diff) | |
download | pkgsrc-7206b1804423e85a46b42c0555c43bbfd8cfbd12.tar.gz |
Remove ${MASTER_SITE_LOCAL} from MASTER_SITES, makes `make fetch` work again.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/freebsd_lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 62523de3d6a..a081e908a49 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1998/09/04 12:06:13 explorer Exp $ +# $NetBSD: Makefile,v 1.3 1998/12/12 18:10:31 frueauf Exp $ # DISTNAME= freebsd_lib-2.2.7 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_LOCAL} http://www.flame.org/NetBSD/ +MASTER_SITES= http://www.flame.org/NetBSD/ ONLY_FOR_ARCHS= i386 MAINTAINER= packages@netbsd.org |