diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /textproc/libxml | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.zip FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index e2ae9d0..be4e23f 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -14,5 +14,6 @@ MASTER_SITE_SUBDIR= stable/sources/libxml MAINTAINER= ade@FreeBSD.org USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> diff --git a/textproc/libxml/pkg-plist b/textproc/libxml/pkg-plist index 78832ab..de4dcdc 100644 --- a/textproc/libxml/pkg-plist +++ b/textproc/libxml/pkg-plist @@ -20,8 +20,6 @@ include/gnome-xml/xpath.h lib/libxml.a lib/libxml.so lib/libxml.so.5 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/gnome-xml/DOM.gif share/gnome-xml/book1.html share/gnome-xml/gnome-xml-debugxml.html |