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
|
||||
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…
Add table
Reference in a new issue