aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2008-08-24 21:28:57 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2008-08-24 21:28:57 +0000
commit1eb8214a01a9296e8af14e558624a130e8e698dc (patch)
tree7a968285e5ca3250aaa8663c1d45fc29bb862c51 /textproc
parent3a89f2a3ca2d5410f7355999a3becd84c59fdc84 (diff)
downloadports-1eb8214a01a9296e8af14e558624a130e8e698dc.tar.gz
ports-1eb8214a01a9296e8af14e558624a130e8e698dc.zip
- Respect NOPORTDOCS
- Bump PORTREVISION Reported by: QA Tindy (via itetcu)
Notes
Notes: svn path=/head/; revision=219118
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docbook-utils/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/docbook-utils/Makefile b/textproc/docbook-utils/Makefile
index a80385dd1000..966a17e6a7ab 100644
--- a/textproc/docbook-utils/Makefile
+++ b/textproc/docbook-utils/Makefile
@@ -7,7 +7,7 @@
PORTNAME= docbook-utils
PORTVERSION= 0.6.14
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= docbook-tools/new-trials/SOURCES
@@ -51,6 +51,10 @@ post-patch:
-e 's|/usr/bin/|${LOCALBASE}/bin/|g' \
${WRKSRC}/doc/refentry/*.sgml \
${WRKSRC}/backends/txt
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -e 's|SUBDIRS = refentry man HTML|SUBDIRS = refentry man|' \
+ ${WRKSRC}/doc/Makefile.in
+.endif
pre-configure:
${RM} -f ${WRKSRC}/config.cache