diff options
author | tron <tron@pkgsrc.org> | 1999-10-04 21:06:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-04 21:06:58 +0000 |
commit | 8aa2518468e6d244db4f8d18b39ba6eecd21a721 (patch) | |
tree | cf55c90f7b4f6a55b29455ae55fd730352f4944f /emulators | |
parent | a71678ce5e3149cdf8a8e9d0db76006517edf96f (diff) | |
download | pkgsrc-8aa2518468e6d244db4f8d18b39ba6eecd21a721.tar.gz |
Remove "MIRROR_DISTFILE= no". We now have the source RPMs on our FTP
server so that we are allowed to mirror the binary RPMs.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_linux/suse.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/suse_linux/suse.mk b/emulators/suse_linux/suse.mk index ddc68ddfe12..99ad1e3e011 100644 --- a/emulators/suse_linux/suse.mk +++ b/emulators/suse_linux/suse.mk @@ -1,10 +1,9 @@ -# $NetBSD: suse.mk,v 1.2 1999/09/20 00:51:41 tron Exp $ +# $NetBSD: suse.mk,v 1.3 1999/10/04 21:06:58 tron Exp $ MASTER_SITE_SUSE= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/ \ ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/ DIST_SUBDIR?= suse -MIRROR_DISTFILE?= no WRKSRC?= ${WRKDIR} MANCOMPRESSED?= yes |