diff options
author | frueauf <frueauf> | 1998-12-12 18:10:31 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-12 18:10:31 +0000 |
commit | 38a63c98bdb9230a4519f428755a07e2dc3f1d52 (patch) | |
tree | 7d11321140ef0e4e207f0cd81e2ea6d61881980f | |
parent | 5357a3a62f7062b28d483df518b1d5ee636c3d02 (diff) | |
download | pkgsrc-38a63c98bdb9230a4519f428755a07e2dc3f1d52.tar.gz |
Remove ${MASTER_SITE_LOCAL} from MASTER_SITES, makes `make fetch` work again.
-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 |