aboutsummaryrefslogtreecommitdiff
path: root/net/c3270
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-04 16:55:45 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-04 16:55:45 +0000
commit0e7f23e2488c8668ec7b7247f2cdf1acf05692ef (patch)
tree63085cb6743abacc20475b6ccb10d86e061a0f31 /net/c3270
parentcd26f39855d1356c3797b0eb269e65702ec399d7 (diff)
downloadports-0e7f23e2488c8668ec7b7247f2cdf1acf05692ef.tar.gz
ports-0e7f23e2488c8668ec7b7247f2cdf1acf05692ef.zip
Fix docs handling
Discussed with: Renato Botelho (maintainer)
Notes
Notes: svn path=/head/; revision=134620
Diffstat (limited to 'net/c3270')
-rw-r--r--net/c3270/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile
index 2431e0404adc..11fd9ef4ccac 100644
--- a/net/c3270/Makefile
+++ b/net/c3270/Makefile
@@ -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}