diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | dc1177a9a5be3b096b2023326ea54d3152bf1571 (patch) | |
tree | fac4efda6d456d2e4eb8e8e61b9c14eda7202813 /converters/kdesupport11 | |
parent | 880b5e44bc87f9065a91e444717a092d0661cce9 (diff) | |
download | ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.tar.gz ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.zip |
Notes
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 |