aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-23 14:40:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-23 14:40:57 +0000
commit2fc319beb5bb3862a1cd838aac0a2ec6ac6456a3 (patch)
treec60a25f071c421ef74e4a67dcf6e30f90704a5ae /textproc/libxml2/Makefile
parente8d78065c9e4a46ce6bdca70bca83cfb3a355964 (diff)
downloadports-2fc319beb5bb3862a1cd838aac0a2ec6ac6456a3.tar.gz
ports-2fc319beb5bb3862a1cd838aac0a2ec6ac6456a3.zip
Notes
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r--textproc/libxml2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 4e991f7efc91..e67c2f08fe1a 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libxml2
-PORTVERSION= 2.6.7
+PORTVERSION= 2.6.8
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
@@ -23,7 +23,8 @@ USE_GNOME= gnomehack gnometarget pkgconfig
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \
- --with-html-dir=${PREFIX}/share/doc
+ --with-html-dir=${PREFIX}/share/doc \
+ --with-html-subdir=${PORTNAME}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"