aboutsummaryrefslogtreecommitdiff
path: root/www/comclear/Makefile
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-01-17 08:01:32 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-01-17 08:01:32 +0000
commitdd624dfc29c08a124522ec0a6fec95dd2a267aff (patch)
treecc0305faa1600a567813acb2b8213d7d1261e9a5 /www/comclear/Makefile
parent2a6fea1f1ffeeaf69b9992cf513025917c3fc20f (diff)
downloadports-dd624dfc29c08a124522ec0a6fec95dd2a267aff.tar.gz
ports-dd624dfc29c08a124522ec0a6fec95dd2a267aff.zip
Notes
Diffstat (limited to 'www/comclear/Makefile')
-rw-r--r--www/comclear/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/comclear/Makefile b/www/comclear/Makefile
index 7853bf3a8098..2e1c53cde1ac 100644
--- a/www/comclear/Makefile
+++ b/www/comclear/Makefile
@@ -24,9 +24,9 @@ USE_AUTOMAKE= yes
post-configure:
${PERL} -pi.fbsd -e 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile
+.if !defined(NOPORTDOCS)
post-install:
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC} && ${GMAKE} install-docDATA
+ cd ${WRKSRC} && ${GMAKE} install-docDATA
.endif
.include <bsd.port.mk>