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 /converters/kdesupport11 | |
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 'converters/kdesupport11')
-rw-r--r-- | converters/kdesupport11/Makefile | 5 | ||||
-rw-r--r-- | converters/kdesupport11/pkg-plist | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile index 9f7a726d6d00..59ede63a572f 100644 --- a/converters/kdesupport11/Makefile +++ b/converters/kdesupport11/Makefile @@ -18,12 +18,9 @@ USE_BZIP2= yes USE_QT= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes +INSTALLS_SHLIBS= yes CONFIGURE_ARGS= --without-libjpeg --without-libgif \ --without-libgdbm --without-libuulib CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555" -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/converters/kdesupport11/pkg-plist b/converters/kdesupport11/pkg-plist index 50ed634494c9..cbb910c24115 100644 --- a/converters/kdesupport11/pkg-plist +++ b/converters/kdesupport11/pkg-plist @@ -56,11 +56,9 @@ lib/librdb.so.56 @exec ln -sf libjs.so.2 %D/lib/libjs.so @exec ln -sf libmimelib.so.1 %D/lib/libmimelib.so @exec ln -sf librdb.so.55 %D/lib/librdb.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @dirrm include/rdb @dirrm include/mimelib @unexec rm -f %D/lib/libQwSpriteField.so @unexec rm -f %D/lib/libjs.so @unexec rm -f %D/lib/libmimelib.so @unexec rm -f %D/lib/librdb.so -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |