Fix docs handling

Discussed with:	Renato Botelho (maintainer)
This commit is contained in:
Roman Bogorodskiy 2005-05-04 16:55:45 +00:00
parent cd26f39855
commit 0e7f23e248
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134620

View file

@ -32,8 +32,6 @@ MAN1= c3270.1 \
MAN5= ibm_hosts.5
MANCOMPRESSED= no
PORTDOCS= *
# c3270's ./configure script supports these.
# Within it all options except DBCS are enabled by default.
@ -116,6 +114,7 @@ pre-patch:
post-install:
@( cd ${WRKSRC} && ${GMAKE} ${MAKE_FLAGS} Makefile install.man )
.if !defined(NOPORTDOCS)
PORTDOCS= *
@${MKDIR} ${DOCSDIR}
@${MKDIR} ${DOCSDIR}/html
.for i in ${PORTDOCS}