summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 16:44:16 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 16:44:16 +0000
commit1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (patch)
tree793d58c7df7e7a6a8851050e7e17a32a176a9a93 /emulators
parentUpdate port to 4.41 (diff)
First round of INSTALL_SHLIB fixes.
Notes
Notes: svn path=/head/; revision=29613
Diffstat (limited to 'emulators')
-rw-r--r--emulators/twin/Makefile2
-rw-r--r--emulators/twin/pkg-plist2
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine-devel/pkg-plist2
-rw-r--r--emulators/wine/Makefile2
-rw-r--r--emulators/wine/pkg-plist2
6 files changed, 5 insertions, 7 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile
index 6836069888ec..7b94ad5ae8f3 100644
--- a/emulators/twin/Makefile
+++ b/emulators/twin/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= giffunip@asme.org
WRKSRC= $(WRKDIR)/twin
USE_XLIB= yes
+INSTALL_SHLIBS= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= depend world
@@ -35,6 +36,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/documentation/* ${PREFIX}/share/doc/twin
${GZIP_CMD} ${PREFIX}/share/doc/twin/*
.endif
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/emulators/twin/pkg-plist b/emulators/twin/pkg-plist
index a17bd0be152e..31a5a3ff2ee4 100644
--- a/emulators/twin/pkg-plist
+++ b/emulators/twin/pkg-plist
@@ -23,8 +23,6 @@ lib/libversion.so
lib/libwin87em.so
lib/libwinsock.so
lib/libwinspool.so
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
share/doc/twin/bin-convert.txt.gz
share/doc/twin/config.doc.gz
share/doc/twin/debugger.1.gz
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 1b74d659b457..570c527ef5cc 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -20,6 +20,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g}
GNU_CONFIGURE= yes
+INSTALL_SHLIBS= yes
+LDCONFIG_DIRS= %%PREFIX%%/lib/wine
MAN1= wine.1
MAN5= wine.conf.5
ONLY_FOR_ARCHS= i386
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 83fcfebcff0c..bf8371cefdca 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -178,9 +178,7 @@ lib/wine/libwsock32.so.1
lib/wine/libx11drv.so
lib/wine/libx11drv.so.1
lib/wine/libwine.so
-@exec /sbin/ldconfig -m %B
@dirrm include/wine
@dirrm lib/wine/reg
@dirrm lib/wine/documentation
@dirrm lib/wine
-@unexec /sbin/ldconfig -R
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 1b74d659b457..570c527ef5cc 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -20,6 +20,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g}
GNU_CONFIGURE= yes
+INSTALL_SHLIBS= yes
+LDCONFIG_DIRS= %%PREFIX%%/lib/wine
MAN1= wine.1
MAN5= wine.conf.5
ONLY_FOR_ARCHS= i386
diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist
index 83fcfebcff0c..bf8371cefdca 100644
--- a/emulators/wine/pkg-plist
+++ b/emulators/wine/pkg-plist
@@ -178,9 +178,7 @@ lib/wine/libwsock32.so.1
lib/wine/libx11drv.so
lib/wine/libx11drv.so.1
lib/wine/libwine.so
-@exec /sbin/ldconfig -m %B
@dirrm include/wine
@dirrm lib/wine/reg
@dirrm lib/wine/documentation
@dirrm lib/wine
-@unexec /sbin/ldconfig -R