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 | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/esound/Makefile | 1 | ||||
-rw-r--r-- | audio/esound/pkg-plist | 2 | ||||
-rw-r--r-- | audio/gsm/Makefile | 6 | ||||
-rw-r--r-- | audio/gsm/pkg-plist | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index f349a27616ed..a6e33408f2f4 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 baca864bae70..4a9a25109ba1 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 diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 0a5c6d71db3d..7286cf39d427 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/gsm-1.0-pl10 + +INSTALLS_SHLIBS= yes + MAN1= toast.1 MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3 MLINKS= toast.1 untoast.1 toast.1 tcat.1 -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/audio/gsm/pkg-plist b/audio/gsm/pkg-plist index 13b4aba5deb7..15626a24eccc 100644 --- a/audio/gsm/pkg-plist +++ b/audio/gsm/pkg-plist @@ -7,5 +7,3 @@ include/gsm.h lib/libgsm.a lib/libgsm.so lib/libgsm.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |