summaryrefslogtreecommitdiff
path: root/emulators/linux_base
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-11-26 23:09:14 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-11-26 23:09:14 +0000
commitaea4b76165f4b20136faff98f1b194f99f1fad01 (patch)
tree09ac15ab22c538e50980aebd5c9d6f7e8464e7ef /emulators/linux_base
parentupgrade to November 13 version (diff)
add X11 nls stuff, fix the build/install process.
Notes
Notes: svn path=/head/; revision=4697
Diffstat (limited to 'emulators/linux_base')
-rw-r--r--emulators/linux_base/Makefile13
-rw-r--r--emulators/linux_base/distinfo2
2 files changed, 11 insertions, 4 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index 9829821038f7..1b05a34ac052 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/Makefile
@@ -3,19 +3,26 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $
+# $Id: Makefile,v 1.10 1996/11/12 02:16:46 obrien Exp $
#
-DISTNAME= linux_lib-2.1
+DISTNAME= linux_lib-2.2
CATEGORIES= emulators
MAINTAINER= erich@FreeBSD.org
-PREFIX= /compat/linux/
+PREFIX= /compat/linux
WRKSRC= ${WRKDIR}
+
NO_MTREE= yes
+NO_BUILD= yes
+NO_EXTRACT= yes
+NO_WRKDIR= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
+do-install:
+ @zcat ${DISTDIR}${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
+
.include <bsd.port.mk>
diff --git a/emulators/linux_base/distinfo b/emulators/linux_base/distinfo
index 8ed7a5fe9f5d..4bb87dbe5a0a 100644
--- a/emulators/linux_base/distinfo
+++ b/emulators/linux_base/distinfo
@@ -1 +1 @@
-MD5 (linux_lib-2.1.tar.gz) = 4ba10dd3f82891741963714a87644d0f
+MD5 (linux_lib-2.2.tar.gz) = 44d9308883a977d959480c0076d0a6a9