summaryrefslogtreecommitdiffstats
path: root/converters/kdesupport2
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-10-01 18:35:36 +0000
committerbrian <brian@FreeBSD.org>1998-10-01 18:35:36 +0000
commit35e9dc7db2bbad94b8668070d905fd1c5a0c15e5 (patch)
tree454bb48107a0a8acfc6dcf12441b8b99dc486776 /converters/kdesupport2
parent3312643207ec979a62286c7ebe89e9803a790b57 (diff)
downloadFreeBSD-ports-35e9dc7db2bbad94b8668070d905fd1c5a0c15e5.zip
FreeBSD-ports-35e9dc7db2bbad94b8668070d905fd1c5a0c15e5.tar.gz
Elfify (no response from the maintainer)
With some help from postings by: Hans Petter Bieker <zerium@webindex.no>
Diffstat (limited to 'converters/kdesupport2')
-rw-r--r--converters/kdesupport2/Makefile7
-rw-r--r--converters/kdesupport2/pkg-plist6
2 files changed, 7 insertions, 6 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile
index 266e946..4e6314f 100644
--- a/converters/kdesupport2/Makefile
+++ b/converters/kdesupport2/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/kdesupport2/pkg-plist b/converters/kdesupport2/pkg-plist
index 099f9f5..9c403a7 100644
--- a/converters/kdesupport2/pkg-plist
+++ b/converters/kdesupport2/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
OpenPOWER on IntegriCloud