mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= docbook-utils
|
PORTNAME= docbook-utils
|
||||||
PORTVERSION= 0.6.14
|
PORTVERSION= 0.6.14
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||||
MASTER_SITE_SUBDIR= docbook-tools/new-trials/SOURCES
|
MASTER_SITE_SUBDIR= docbook-tools/new-trials/SOURCES
|
||||||
|
@ -51,6 +51,10 @@ post-patch:
|
||||||
-e 's|/usr/bin/|${LOCALBASE}/bin/|g' \
|
-e 's|/usr/bin/|${LOCALBASE}/bin/|g' \
|
||||||
${WRKSRC}/doc/refentry/*.sgml \
|
${WRKSRC}/doc/refentry/*.sgml \
|
||||||
${WRKSRC}/backends/txt
|
${WRKSRC}/backends/txt
|
||||||
|
.if defined(NOPORTDOCS)
|
||||||
|
@${REINPLACE_CMD} -e 's|SUBDIRS = refentry man HTML|SUBDIRS = refentry man|' \
|
||||||
|
${WRKSRC}/doc/Makefile.in
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
${RM} -f ${WRKSRC}/config.cache
|
${RM} -f ${WRKSRC}/config.cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue