diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /audio/libshout | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'audio/libshout')
-rw-r--r-- | audio/libshout/Makefile | 1 | ||||
-rw-r--r-- | audio/libshout/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index c42accd288d1..7719796eb846 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://developer.icecast.org/libshout/releases/ MAINTAINER= zach@pabst.bendnet.com GNU_CONFIGURE= yes +INSTALLS_SHLIBS= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} .include <bsd.port.mk> diff --git a/audio/libshout/pkg-plist b/audio/libshout/pkg-plist index 5c1b45b0a016..0111fd02935a 100644 --- a/audio/libshout/pkg-plist +++ b/audio/libshout/pkg-plist @@ -2,8 +2,6 @@ lib/libshout.a lib/libshout.la lib/libshout.so lib/libshout.so.1 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R include/shout/shout.h @dirrm include/shout share/doc/libshout-%%PORTVERSION%%/example.html |