aboutsummaryrefslogtreecommitdiff
path: root/www/comclear/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-16 19:08:45 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-16 19:08:45 +0000
commit5ccbc2a8acb7f736ee65382f5bf4c48c35167f55 (patch)
tree4ea8a3247c3032b7171664c4a7f0bf5e871c3cba /www/comclear/Makefile
parent17e1f4bf71fcdd4743e5ee4f9b83461381dfda83 (diff)
downloadports-5ccbc2a8acb7f736ee65382f5bf4c48c35167f55.tar.gz
ports-5ccbc2a8acb7f736ee65382f5bf4c48c35167f55.zip
Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
Notes
Notes: svn path=/head/; revision=37257
Diffstat (limited to 'www/comclear/Makefile')
-rw-r--r--www/comclear/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/comclear/Makefile b/www/comclear/Makefile
index 1dd16edaec6d..9d91dff8aabd 100644
--- a/www/comclear/Makefile
+++ b/www/comclear/Makefile
@@ -24,11 +24,6 @@ USE_AUTOMAKE= yes
post-configure:
${PERL} -pi.fbsd -e 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile
-.if defined(NOPORTDOCS)
-PLIST_SUB+= PORTDOCS:="@comment "
-.else
-PLIST_SUB+= PORTDOCS:=
-
post-install:
cd ${WRKSRC} && ${GMAKE} install-docDATA
.endif