diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /textproc/libxml | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
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 e2ae9d0ecd42..be4e23fcf5d3 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 78832abb6790..de4dcdcaf933 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 |