diff options
author | wiz <wiz> | 2003-01-23 14:32:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-23 14:32:57 +0000 |
commit | c7347ea72f0bb5bfb1f64eff4665fb0e15f75ee7 (patch) | |
tree | 38aaa96439424f123231ffc1de55b5bf221d4934 /emulators | |
parent | b0290478311eb1127259398f831e148bb968c41a (diff) | |
download | pkgsrc-c7347ea72f0bb5bfb1f64eff4665fb0e15f75ee7.tar.gz |
Files available on ftp.netbsd.org now.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware-module/Makefile | 18 | ||||
-rw-r--r-- | emulators/vmware/Makefile | 7 |
2 files changed, 4 insertions, 21 deletions
diff --git a/emulators/vmware-module/Makefile b/emulators/vmware-module/Makefile index 9677a1034dc..7d3426aa76c 100644 --- a/emulators/vmware-module/Makefile +++ b/emulators/vmware-module/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2003/01/16 12:26:23 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/23 14:32:58 wiz Exp $ DISTNAME= vmware-netbsd-1.0 PKGNAME= vmware-module-1.0 PKGREVISION= 1 CATEGORIES= emulators -MASTER_SITES= # empty +MASTER_SITES= # on ftp.netbsd.org and mirrors only EXTRACT_SUFX= .tgz MAINTAINER= veego@netbsd.org @@ -16,19 +16,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 WRKSRC= ${WRKDIR} NO_CONFIGURE= # defined -NO_SRC_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} - -DOWNLOAD= http://www.wasabisystems.com/vmware-survey.html - -_FETCH_MESSAGE= \ - ${ECHO} "==============================================================="; \ - ${ECHO} " The VMware kernel module must be fetched into \"${DISTDIR}\""; \ - ${ECHO} " via the Web formular available under this URL:"; \ - ${ECHO} " ${DOWNLOAD}"; \ - ${ECHO} "===============================================================" +NO_SRC_ON_FTP= already there # to override <bsd.own.mk>, MUST be set this way BEFORE bsd.prefs.mk BSDSRCDIR?= /nonexistent diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index 203cbbf2108..db98ff32490 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/04/04 12:14:01 tron Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/23 14:32:57 wiz Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -26,11 +26,6 @@ CHECK_SHLIBS= NO ONLY_FOR_PLATFORM= NetBSD-*-i386 -NO_SRC_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} - # We could install it into /etc/vmware, but that would mean we install # it somewhere out of ${PREFIX}, which is not a good idea, and the linux # emulation has a fallbackmode to look into ${PREFIX}/emul/linux/etc, |