Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 17:20:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401372 - head/polish/libtlen
Message-ID:  <201511121720.tACHKOkp001716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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