aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mime
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-01-28 22:42:12 +0800
committervs <vs@FreeBSD.org>2005-01-28 22:42:12 +0800
commit9d6c718c63c1b41b176c782d6eaa9e002136d656 (patch)
treeef6d60a69ae96321dcd3e5c04f6937c34fe7177e /devel/mime
parentc427e4d43ffc3867b6bd67be4b71c97af13d6499 (diff)
downloadfreebsd-ports-gnome-9d6c718c63c1b41b176c782d6eaa9e002136d656.tar.gz
freebsd-ports-gnome-9d6c718c63c1b41b176c782d6eaa9e002136d656.tar.zst
freebsd-ports-gnome-9d6c718c63c1b41b176c782d6eaa9e002136d656.zip
No need for explicit LDCONFIG since we have INSTALLS_SHLIB.
Diffstat (limited to 'devel/mime')
-rw-r--r--devel/mime/Makefile4
-rw-r--r--devel/mime/pkg-plist2
2 files changed, 1 insertions, 5 deletions
diff --git a/devel/mime/Makefile b/devel/mime/Makefile
index 6566d62eb5ba..1ff761ba02b8 100644
--- a/devel/mime/Makefile
+++ b/devel/mime/Makefile
@@ -15,11 +15,9 @@ COMMENT= C library to parse mime data
GNU_CONFIGURE= yes
USE_REINPLACE= yes
+INSTALLS_SHLIB= yes
post-patch:
${REINPLACE_CMD} -e "s,-fpic,-fpic -fPIC,g" ${WRKSRC}/Makefile.in
-post-install:
- @${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/devel/mime/pkg-plist b/devel/mime/pkg-plist
index 849e3de83dca..41c2ae39d11f 100644
--- a/devel/mime/pkg-plist
+++ b/devel/mime/pkg-plist
@@ -4,5 +4,3 @@ include/mimemisc.h
lib/libmime.a
lib/libmime.so.1
lib/libmime_p.a
-@unexec /usr/bin/env /sbin/ldconfig -R
-@exec /usr/bin/env /sbin/ldconfig -m %B