summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-29 19:08:52 +0000
committerhubertf <hubertf>1997-12-29 19:08:52 +0000
commit064d7f9d0e8c2209d0d7b85036c0168dbe2deeb1 (patch)
tree418e4fb088fa5b6c54ebe83e291fa32bb98535b8 /emulators
parent98c3effe3638797420c100274fd914d8247e5f20 (diff)
downloadpkgsrc-064d7f9d0e8c2209d0d7b85036c0168dbe2deeb1.tar.gz
We use /emul/linux, not /compat/linux.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_lib/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile
index 65c8a87f621..651a673c51c 100644
--- a/emulators/linux_lib/Makefile
+++ b/emulators/linux_lib/Makefile
@@ -3,16 +3,18 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.1.1.1 1997/12/29 19:03:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 1997/12/29 19:08:52 hubertf Exp $
+# FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp
#
+ONLY_FOR_ARCHS= i386
DISTNAME= linux_lib-2.4
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= erich@FreeBSD.org
-PREFIX= /compat/linux
+PREFIX= /emul/linux
NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
@@ -25,7 +27,7 @@ do-install:
@zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
post-install:
- -/compat/linux/sbin/ldconfig
+ -${PREFIX}/sbin/ldconfig
${MKDIR} ${PREFIX}/usr/lib/zoneinfo
ln -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime