diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /emulators/wine | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.zip FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 1b74d65..570c527 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 83fcfeb..bf8371c 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 |