aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-17 18:19:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-17 18:19:05 +0000
commit23d7398137edbcbd4df92d5c482ed7d6e2f629ee (patch)
treeedb35679f663abf7811496de65a5a79ff0170b62 /textproc/xmlcatmgr/Makefile
parent24dc49a00e5a8eb799d86760443fc428f236fe5c (diff)
downloadports-23d7398137edbcbd4df92d5c482ed7d6e2f629ee.tar.gz
ports-23d7398137edbcbd4df92d5c482ed7d6e2f629ee.zip
Notes
Diffstat (limited to 'textproc/xmlcatmgr/Makefile')
-rw-r--r--textproc/xmlcatmgr/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index a64d5bce152c..c29d7828b7f2 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xmlcatmgr
-PORTVERSION= 2.0.a1
-PORTREVISION= 1
+PORTVERSION= 2.0.a2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,6 +24,9 @@ CONFIGURE_ARGS= -D
CONFIGURE_ARGS+= -p ${PREFIX}
CONFIGURE_ARGS+= -d ${DOCSDIR}
CONFIGURE_ARGS+= -c ${CATALOG_PORTS_XML}
+.if defined(NOPORTDOCS)
+CONFIGURE_ARGS+= -n doc
+.endif
CONFIGURE_ENV= SED="${SED}"
CONFIGURE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
CONFIGURE_ENV+= INSTALL_DIR="${INSTALL_DATA_DIR}"