diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-04 16:55:45 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-04 16:55:45 +0000 |
commit | 0e7f23e2488c8668ec7b7247f2cdf1acf05692ef (patch) | |
tree | 63085cb6743abacc20475b6ccb10d86e061a0f31 /net/c3270 | |
parent | cd26f39855d1356c3797b0eb269e65702ec399d7 (diff) | |
download | ports-0e7f23e2488c8668ec7b7247f2cdf1acf05692ef.tar.gz ports-0e7f23e2488c8668ec7b7247f2cdf1acf05692ef.zip |
Notes
Diffstat (limited to 'net/c3270')
-rw-r--r-- | net/c3270/Makefile | 3 |
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} |