Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2016 21:45:25 +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: r408894 - head/x11-toolkits/gtkglext
Message-ID:  <201602142145.u1ELjPL1005605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Feb 14 21:45:25 2016
New Revision: 408894
URL: https://svnweb.freebsd.org/changeset/ports/408894

Log:
  - Switch to options helpers

Modified:
  head/x11-toolkits/gtkglext/Makefile

Modified: head/x11-toolkits/gtkglext/Makefile
==============================================================================
--- head/x11-toolkits/gtkglext/Makefile	Sun Feb 14 21:45:09 2016	(r408893)
+++ head/x11-toolkits/gtkglext/Makefile	Sun Feb 14 21:45:25 2016	(r408894)
@@ -30,7 +30,7 @@ post-patch:
 		's|-DGTK_DISABLE_DEPRECATED||g ; \
 		 s|-DGDK_DISABLE_DEPRECATED||g'
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/docs/reference/gtkglext/html/* ${STAGEDIR}${DOCSDIR}/
 



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