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 /audio/wsoundserver | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.zip FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'audio/wsoundserver')
-rw-r--r-- | audio/wsoundserver/Makefile | 1 | ||||
-rw-r--r-- | audio/wsoundserver/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index c588aef..8f8f131 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes MAKE_ARGS= "-E CFLAGS" diff --git a/audio/wsoundserver/pkg-plist b/audio/wsoundserver/pkg-plist index 466f706..1e36c26 100644 --- a/audio/wsoundserver/pkg-plist +++ b/audio/wsoundserver/pkg-plist @@ -8,5 +8,3 @@ include/wsound.h lib/libwsound.a lib/libwsound.so lib/libwsound.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |