aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1999-04-07 06:31:05 +0800
committerjseger <jseger@FreeBSD.org>1999-04-07 06:31:05 +0800
commitb6297f4c088208c5e59624b6e4b45b949f3e86e9 (patch)
tree2dca34afc38e1966a99c7a2a18b88d16cd037f76 /www
parenteb41cddb1c331bea67083620687697bc2f2e9c44 (diff)
downloadfreebsd-ports-gnome-b6297f4c088208c5e59624b6e4b45b949f3e86e9.tar.gz
freebsd-ports-gnome-b6297f4c088208c5e59624b6e4b45b949f3e86e9.tar.zst
freebsd-ports-gnome-b6297f4c088208c5e59624b6e4b45b949f3e86e9.zip
1) Pass OBJFORMAT in MAKE_ENV
2) No longer do LDCONFIG in post-install, libwww does it already 3) Install xmlparse.h which is required by HTXML.h Submitted by: asami
Diffstat (limited to 'www')
-rw-r--r--www/libwww/Makefile6
-rw-r--r--www/libwww/pkg-plist1
2 files changed, 5 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index e0ed99d9dac4..01cc14459db3 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Feb 1996
# Whom: torstenb
#
-# $Id: Makefile,v 1.15 1999/01/26 04:00:51 steve Exp $
+# $Id: Makefile,v 1.16 1999/03/08 00:15:40 jseger Exp $
#
PKGNAME= libwww-5.2.6
@@ -17,9 +17,11 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-shared --enable-static
DOCDIR= ${PREFIX}/share/doc/libwww
+MAKE_ENV= objformat=${PORTOBJFORMAT}
post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
+ ${PREFIX}/include/w3c-libwww/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCDIR}/User
${CP} -R ${WRKSRC}/Library/User/* ${DOCDIR}/User
diff --git a/www/libwww/pkg-plist b/www/libwww/pkg-plist
index a688352725fe..25bb4e11846d 100644
--- a/www/libwww/pkg-plist
+++ b/www/libwww/pkg-plist
@@ -150,6 +150,7 @@ include/w3c-libwww/WWWXML.h
include/w3c-libwww/WWWZip.h
include/w3c-libwww/wwwconf.h
include/w3c-libwww/wwwsys.h
+include/w3c-libwww/xmlparse.h
lib/libmd5.a
lib/libmd5.la
lib/libmd5.so.1