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
This commit is contained in:
parent
4e40e94cc8
commit
0fcb7c4aca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17677
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue