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 | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-graphics-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-graphics-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-graphics-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml/pkg-plist | 2 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 2 | ||||
-rw-r--r-- | textproc/libxode/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxode/pkg-plist | 2 |
6 files changed, 3 insertions, 6 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index e2ae9d0ecd4..be4e23fcf5d 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 78832abb679..de4dcdcaf93 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 diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index e2ae9d0ecd4..be4e23fcf5d 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/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/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 78832abb679..de4dcdcaf93 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/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 diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile index d5cc1a0308b..41f18d25896 100644 --- a/textproc/libxode/Makefile +++ b/textproc/libxode/Makefile @@ -13,5 +13,6 @@ MASTER_SITES= http://download.jabber.org/dists/1.0/ MAINTAINER= lukin@okbmei.msk.su USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> diff --git a/textproc/libxode/pkg-plist b/textproc/libxode/pkg-plist index 731d33d46e5..68f5dc40625 100644 --- a/textproc/libxode/pkg-plist +++ b/textproc/libxode/pkg-plist @@ -4,5 +4,3 @@ include/xmlparse.h lib/libxode.a lib/libxode.so lib/libxode.so.1 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R |