diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /emulators | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.zst freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.zip |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/twin/Makefile | 2 | ||||
-rw-r--r-- | emulators/twin/pkg-plist | 2 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 2 |
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 |