summaryrefslogtreecommitdiff
path: root/www/libwww/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>2000-08-12 02:56:33 +0000
committerJustin M. Seger <jseger@FreeBSD.org>2000-08-12 02:56:33 +0000
commit6f869f82721d25f1762788efd8ee969d2a2cd99f (patch)
treeb558119def13f19bc426ed07617f28e46bd90f42 /www/libwww/Makefile
parent+bin/fterror (diff)
Upgrade to libwww-5.3.1
Notes
Notes: svn path=/head/; revision=31549
Diffstat (limited to '')
-rw-r--r--www/libwww/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 52c31908bc9d..53e7b9934d5e 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libwww
-PORTVERSION= 5.2.8
+PORTVERSION= 5.3.1
CATEGORIES= www devel
MASTER_SITES= http://www.w3.org/Library/Distribution/
DISTNAME= w3c-${PKGNAME}
@@ -22,11 +22,5 @@ MAKE_ENV= objformat=${PORTOBJFORMAT}
post-install:
${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
- @${MKDIR} ${DOCDIR}/src
- ${CP} ${WRKSRC}/Library/src/*.html ${DOCDIR}/src
-.endif
.include <bsd.port.mk>