mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Respect NOPORTDOCS
- Bump PORTREVISION Reported by: QA Tindy (via itetcu)
This commit is contained in:
parent
3a89f2a3ca
commit
1eb8214a01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219118
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user