diff options
Diffstat (limited to 'emulators/linux_base-62/Makefile')
-rw-r--r-- | emulators/linux_base-62/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index 1b05a34..622185c 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/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 |