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 | |
parent | 880b5e44bc87f9065a91e444717a092d0661cce9 (diff) | |
download | ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.tar.gz ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/kdesupport11/Makefile | 5 | ||||
-rw-r--r-- | converters/kdesupport11/pkg-plist | 2 | ||||
-rw-r--r-- | converters/kdesupport2/Makefile | 1 | ||||
-rw-r--r-- | converters/kdesupport2/pkg-plist | 2 | ||||
-rw-r--r-- | converters/libutf-8/Makefile | 5 | ||||
-rw-r--r-- | converters/libutf-8/pkg-plist | 2 |
6 files changed, 4 insertions, 13 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 diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index bd92baefc706..e6d26d03bbc4 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -16,6 +16,7 @@ MAINTAINER= will@FreeBSD.org MOC= ${X11BASE}/bin/moc2 USE_BZIP2= yes USE_QT2= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-includes=${X11BASE}/include/qt2 \ diff --git a/converters/kdesupport2/pkg-plist b/converters/kdesupport2/pkg-plist index c5e8778d93f7..ced6e23cbf13 100644 --- a/converters/kdesupport2/pkg-plist +++ b/converters/kdesupport2/pkg-plist @@ -42,8 +42,6 @@ lib/libmimelib.la lib/libmimelib.so.3 @exec ln -sf libQwSpriteField.so.7 %D/lib/libQwSpriteField.so @exec ln -sf libmimelib.so.3 %D/lib/libmimelib.so -@exec /sbin/ldconfig -m %B @dirrm include/mimelib @unexec rm -f %D/lib/libQwSpriteField.so @unexec rm -f %D/lib/libmimelib.so -@unexec /sbin/ldconfig -R diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile index b54e50fa9e91..380a11b7c508 100644 --- a/converters/libutf-8/Makefile +++ b/converters/libutf-8/Makefile @@ -15,6 +15,8 @@ DISTNAME= libutf-8-1.0 MAINTAINER= adam@whizkidtech.net +INSTALLS_SHLIBS= yes + MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3 do-install: @@ -27,7 +29,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/sgetu8.3 ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/sputu8.3 ${PREFIX}/man/man3 -post-install: - ${SETENV} OBFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/converters/libutf-8/pkg-plist b/converters/libutf-8/pkg-plist index 04594e27fe37..83b1e459da6f 100644 --- a/converters/libutf-8/pkg-plist +++ b/converters/libutf-8/pkg-plist @@ -1,5 +1,3 @@ include/utf-8.h lib/libutf-8.so lib/libutf-8.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |