svn commit: r401372 - head/polish/libtlen

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 12 17:20:25 UTC 2015


Author: amdmi3
Date: Thu Nov 12 17:20:23 2015
New Revision: 401372
URL: https://svnweb.freebsd.org/changeset/ports/401372

Log:
  - Switch to options helpers

Modified:
  head/polish/libtlen/Makefile

Modified: head/polish/libtlen/Makefile
==============================================================================
--- head/polish/libtlen/Makefile	Thu Nov 12 17:20:19 2015	(r401371)
+++ head/polish/libtlen/Makefile	Thu Nov 12 17:20:23 2015	(r401372)
@@ -17,6 +17,8 @@ OPTIONS_DEFINE=	DOCS
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtlen.so
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in libtlen.html libtlen.css AUTHORS TODO
 	${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list