Fix docs handling
Discussed with: Renato Botelho (maintainer)
This commit is contained in:
parent
cd26f39855
commit
0e7f23e248
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134620
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,6 @@ MAN1= c3270.1 \
|
||||||
MAN5= ibm_hosts.5
|
MAN5= ibm_hosts.5
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
|
|
||||||
PORTDOCS= *
|
|
||||||
|
|
||||||
# c3270's ./configure script supports these.
|
# c3270's ./configure script supports these.
|
||||||
# Within it all options except DBCS are enabled by default.
|
# Within it all options except DBCS are enabled by default.
|
||||||
|
|
||||||
|
@ -116,6 +114,7 @@ pre-patch:
|
||||||
post-install:
|
post-install:
|
||||||
@( cd ${WRKSRC} && ${GMAKE} ${MAKE_FLAGS} Makefile install.man )
|
@( cd ${WRKSRC} && ${GMAKE} ${MAKE_FLAGS} Makefile install.man )
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
PORTDOCS= *
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@${MKDIR} ${DOCSDIR}/html
|
@${MKDIR} ${DOCSDIR}/html
|
||||||
.for i in ${PORTDOCS}
|
.for i in ${PORTDOCS}
|
||||||
|
|
Loading…
Reference in a new issue