diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /audio/esound | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-graphics-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-graphics-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-graphics-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 1 | ||||
-rw-r--r-- | audio/esound/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index f349a27616e..a6e33408f2f 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -16,5 +16,6 @@ MAINTAINER= vanilla@FreeBSD.org LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> diff --git a/audio/esound/pkg-plist b/audio/esound/pkg-plist index baca864bae7..4a9a25109ba 100644 --- a/audio/esound/pkg-plist +++ b/audio/esound/pkg-plist @@ -17,6 +17,4 @@ lib/libesd.so.2 lib/libesddsp.a lib/libesddsp.so lib/libesddsp.so.2 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/aclocal/esd.m4 |