aboutsummaryrefslogtreecommitdiffstats
path: root/www/comclear/Makefile
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-01-17 16:01:32 +0800
committerroam <roam@FreeBSD.org>2001-01-17 16:01:32 +0800
commita835061acd3028341731b44fc2b727195ad3ec19 (patch)
tree07878ef1564cb99c0e0da58cde452244c4329c6e /www/comclear/Makefile
parentbfd70d8a9a6d3cbc5c9725c8f7a8fe72bb0c6985 (diff)
downloadfreebsd-ports-gnome-a835061acd3028341731b44fc2b727195ad3ec19.tar.gz
freebsd-ports-gnome-a835061acd3028341731b44fc2b727195ad3ec19.tar.zst
freebsd-ports-gnome-a835061acd3028341731b44fc2b727195ad3ec19.zip
sync with bsd.port.mk's PORTDOCS handling
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>