diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-10-01 18:35:36 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-10-01 18:35:36 +0000 |
commit | 17960648eff2cc270fa3abea40f4e7c2daf947a3 (patch) | |
tree | 1ed48ef2c651ef8d49998671a8a69195bb53b032 /converters/kdesupport11 | |
parent | 5ed7ee9f75d65256ef62b4f61d319cd3cddd3a56 (diff) | |
download | ports-17960648eff2cc270fa3abea40f4e7c2daf947a3.tar.gz ports-17960648eff2cc270fa3abea40f4e7c2daf947a3.zip |
Notes
Diffstat (limited to 'converters/kdesupport11')
-rw-r--r-- | converters/kdesupport11/Makefile | 7 | ||||
-rw-r--r-- | converters/kdesupport11/pkg-plist | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile index 266e94697680..4e6314f8f9f2 100644 --- a/converters/kdesupport11/Makefile +++ b/converters/kdesupport11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.11 1998/08/12 06:29:24 asami Exp $ +# $Id: Makefile,v 1.12 1998/10/01 01:07:21 jseger Exp $ # DISTNAME= kdesupport-1.0 @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BROKEN_ELF= package - USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ @@ -26,4 +24,7 @@ CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ 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 099f9f59b283..9c403a773627 100644 --- a/converters/kdesupport11/pkg-plist +++ b/converters/kdesupport11/pkg-plist @@ -1,5 +1,5 @@ lib/libmimelib.la -lib/libmimelib.so.1.0 +lib/libmimelib.so.1 lib/libmimelib.a lib/libQwSpriteField.la lib/libQwSpriteField.so.5.2 @@ -42,6 +42,6 @@ include/Pix.h include/QwCluster.h include/QwPublicList.h include/QwSpriteField.h -@exec /sbin/ldconfig -m %B +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @dirrm include/mimelib -@unexec /sbin/ldconfig -R +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |