Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2016 18:20:46 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409058 - head/graphics/code-eli
Message-ID:  <201602171820.u1HIKkK1016779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Feb 17 18:20:46 2016
New Revision: 409058
URL: https://svnweb.freebsd.org/changeset/ports/409058

Log:
  Fix typo in DOCS option target helper after r409057.

Modified:
  head/graphics/code-eli/Makefile

Modified: head/graphics/code-eli/Makefile
==============================================================================
--- head/graphics/code-eli/Makefile	Wed Feb 17 18:01:42 2016	(r409057)
+++ head/graphics/code-eli/Makefile	Wed Feb 17 18:20:46 2016	(r409058)
@@ -66,7 +66,7 @@ do-install-EXAMPLES-on:
 	${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \
 		${XARGS} ${STRIP_CMD}
 
-post-install-DOCS-on:
+do-install-DOCS-on:
 	(cd ${BUILD_WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602171820.u1HIKkK1016779>