diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-27 12:04:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-27 12:04:32 +0000 |
commit | 8c400ff1862a3c7c8e35b07568a1304e8d28c9a2 (patch) | |
tree | 3e1ceeef1695664e272e5da58a83541a011aeb5b /emulators/linux_base-suse-9.1 | |
parent | b2892ebae5bdd770ea7b5ccb92bd6e6f587739c3 (diff) | |
download | ports-8c400ff1862a3c7c8e35b07568a1304e8d28c9a2.tar.gz ports-8c400ff1862a3c7c8e35b07568a1304e8d28c9a2.zip |
Notes
Diffstat (limited to 'emulators/linux_base-suse-9.1')
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 1b05a34ac052..622185c2b9b5 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -3,17 +3,16 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.10 1996/11/12 02:16:46 obrien Exp $ +# $Id: Makefile,v 1.11 1996/11/26 23:09:12 erich Exp $ # DISTNAME= linux_lib-2.2 CATEGORIES= emulators +MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= erich@FreeBSD.org PREFIX= /compat/linux -WRKSRC= ${WRKDIR} - NO_MTREE= yes NO_BUILD= yes NO_EXTRACT= yes |