diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-05 08:00:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-05 08:00:41 +0000 |
commit | 59021554667f58635dd0aba672912a037264d902 (patch) | |
tree | ca11201265f3f7490e16e58eb10f69636656a967 /textproc/libxml2 | |
parent | 9fc3d504142f949034e383c84ba305a9d505774f (diff) | |
download | ports-59021554667f58635dd0aba672912a037264d902.tar.gz ports-59021554667f58635dd0aba672912a037264d902.zip |
Notes
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 6 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index b5208c748b21..053f5acbf215 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libxml -# Version required: 0.30 +# Version required: 0.99 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/10 13:48:53 vanilla Exp $ # -DISTNAME= libxml-0.30 +DISTNAME= libxml-0.99 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 741e8459fdd1..e7c9535391a0 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1 +1 @@ -MD5 (libxml-0.30.tar.gz) = 62cadf0c00e7b0742d663c97ad910e2b +MD5 (libxml-0.99.tar.gz) = d091eb8e5640341718646b4020b162d9 diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 0b9535bd26da..ae6707989786 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -1,10 +1,13 @@ +bin/xml-config etc/xmlConf.sh +include/gnome-xml/debugXML.h +include/gnome-xml/encoding.h include/gnome-xml/entities.h include/gnome-xml/parser.h include/gnome-xml/tree.h lib/libxml.a -@exec ranlib %D/%F lib/libxml.la +lib/libxml.so lib/libxml.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |