summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-04-27 11:53:39 +0000
committertv <tv@pkgsrc.org>1999-04-27 11:53:39 +0000
commitaf4a0239f62b658306a1a996a4dd015629bd514c (patch)
treee151ffb7ce12f6ca54055d0eed71c0b5a85e7f69 /emulators
parent68304cdae0c4e5ec2f97e34b319dfce30bd735a5 (diff)
downloadpkgsrc-af4a0239f62b658306a1a996a4dd015629bd514c.tar.gz
Explicitly install these into /usr in order to avoid messing with
ld.so.conf on a.out and LD_LIBRARY_PATH on ELF.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat12/Makefile8
-rw-r--r--emulators/compat13/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile
index db236c0119a..5edfd48b0ae 100644
--- a/emulators/compat12/Makefile
+++ b/emulators/compat12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/04/15 16:35:13 tv Exp $
+# $NetBSD: Makefile,v 1.12 1999/04/27 11:53:39 tv Exp $
#
DISTNAME= compat12-${MACHINE_ARCH}
@@ -14,6 +14,12 @@ ONLY_FOR_OPSYS= NetBSD
NO_BUILD= yes
+.include "../../mk/bsd.prefs.mk"
+
+# This installs in /usr to avoid dynamic linker annoyances
+LOCALBASE= /usr
+NO_MTREE= yes
+
do-install:
${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile
index 929616ea6a2..3b85db02389 100644
--- a/emulators/compat13/Makefile
+++ b/emulators/compat13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/04/15 16:36:14 tv Exp $
+# $NetBSD: Makefile,v 1.2 1999/04/27 11:53:39 tv Exp $
#
DISTNAME= compat13-${MACHINE_ARCH}
@@ -20,6 +20,12 @@ IGNORE= "NetBSD version not new enough: ${OPSYS_VER}"
NO_BUILD= yes
+.include "../../mk/bsd.prefs.mk"
+
+# This installs in /usr to avoid dynamic linker annoyances
+LOCALBASE= /usr
+NO_MTREE= yes
+
do-install:
${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/
.if (${MACHINE_ARCH} == "mipsel")