aboutsummaryrefslogtreecommitdiff
path: root/www/comclear/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-16 19:22:23 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-16 19:22:23 +0000
commit7453e2b1d087f25ba0a3bf52a94dbcedd69bc2fa (patch)
tree41b6e2798e1d9dd055426aca305a446bb02f3e2d /www/comclear/Makefile
parent5ccbc2a8acb7f736ee65382f5bf4c48c35167f55 (diff)
downloadports-7453e2b1d087f25ba0a3bf52a94dbcedd69bc2fa.tar.gz
ports-7453e2b1d087f25ba0a3bf52a94dbcedd69bc2fa.zip
Refix my fix (;-) -- really update for bsd.port.mk rev 1.361.
Submitted by: freshports
Notes
Notes: svn path=/head/; revision=37258
Diffstat (limited to 'www/comclear/Makefile')
-rw-r--r--www/comclear/Makefile3
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>