diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-16 19:22:23 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-16 19:22:23 +0000 |
commit | 7453e2b1d087f25ba0a3bf52a94dbcedd69bc2fa (patch) | |
tree | 41b6e2798e1d9dd055426aca305a446bb02f3e2d | |
parent | 5ccbc2a8acb7f736ee65382f5bf4c48c35167f55 (diff) | |
download | ports-7453e2b1d087f25ba0a3bf52a94dbcedd69bc2fa.tar.gz ports-7453e2b1d087f25ba0a3bf52a94dbcedd69bc2fa.zip |
Notes
-rw-r--r-- | www/comclear/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/comclear/Makefile b/www/comclear/Makefile index 9d91dff8aabd..7853bf3a8098 100644 --- a/www/comclear/Makefile +++ b/www/comclear/Makefile @@ -25,7 +25,8 @@ post-configure: ${PERL} -pi.fbsd -e 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile post-install: - cd ${WRKSRC} && ${GMAKE} install-docDATA +.if !defined(NOPORTDOCS) + cd ${WRKSRC} && ${GMAKE} install-docDATA .endif .include <bsd.port.mk> |