summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-07-15 11:57:30 +0000
committeragc <agc@pkgsrc.org>1998-07-15 11:57:30 +0000
commitc5543eb5a07fc46088707c143b26c818290de8ef (patch)
tree51a5ef9927810fdb1e828b80cbeab4658492beab /emulators
parent66efb70e076a90b5f10086330b94327a56bfc20e (diff)
downloadpkgsrc-c5543eb5a07fc46088707c143b26c818290de8ef.tar.gz
Use automatic shared object handling
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat11/Makefile5
-rw-r--r--emulators/compat12/Makefile5
-rw-r--r--emulators/wine/Makefile3
-rw-r--r--emulators/wine/pkg/PLIST5
4 files changed, 4 insertions, 14 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile
index 6d910114f97..8fff5c870a7 100644
--- a/emulators/compat11/Makefile
+++ b/emulators/compat11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/07/03 23:30:09 tron Exp $
+# $NetBSD: Makefile,v 1.8 1998/07/15 12:01:41 agc Exp $
#
DISTNAME= compat11
@@ -21,9 +21,6 @@ PLIST_SRC= ${WRKSRC}/.PLIST
pre-configure:
@${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC}
-post-install:
- ${LDCONFIG} || ${TRUE}
-
.include "../../mk/bsd.pkg.mk"
# for sun3x in 1.3.x, get sun3 package
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile
index f81d6875c5d..ae7f594acf4 100644
--- a/emulators/compat12/Makefile
+++ b/emulators/compat12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/07/03 23:30:09 tron Exp $
+# $NetBSD: Makefile,v 1.7 1998/07/15 12:01:42 agc Exp $
#
DISTNAME= compat12
@@ -19,9 +19,6 @@ PLIST_SRC= ${WRKSRC}/.PLIST
post-extract:
@${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC}
-post-install:
- ${LDCONFIG} || ${TRUE}
-
.include "../../mk/bsd.pkg.mk"
# for sun3x in 1.3.x, get sun3 package
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index f7b74d86355..61a1d76e539 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/07/04 09:18:56 mycroft Exp $
+# $NetBSD: Makefile,v 1.11 1998/07/15 12:14:24 agc Exp $
DISTNAME= Wine-980614
PKGNAME= wine-980614
@@ -19,7 +19,6 @@ CONFIGURE_ARGS+= --enable-dll
WRKSRC= ${WRKDIR}/${PKGNAME}
post-install:
- ${LDCONFIG} || ${TRUE}
${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example
.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/wine/pkg/PLIST b/emulators/wine/pkg/PLIST
index 2651b2582ea..0b6fdf438d4 100644
--- a/emulators/wine/pkg/PLIST
+++ b/emulators/wine/pkg/PLIST
@@ -1,12 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 1998/06/18 23:48:55 tron Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/07/15 12:14:24 agc Exp $
bin/wine
etc/wine.conf.example
-@unexec rm -f %D/etc/wine.conf
include/wine/windows.h
include/wine/wintypes.h
lib/libwine.so.1.0
lib/wine.sym
man/man1/wine.1
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true
@dirrm include/wine