svn commit: r403299 - head/devel/adabooch

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 8 16:51:54 UTC 2015


Author: amdmi3
Date: Tue Dec  8 16:51:53 2015
New Revision: 403299
URL: https://svnweb.freebsd.org/changeset/ports/403299

Log:
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/devel/adabooch/Makefile

Modified: head/devel/adabooch/Makefile
==============================================================================
--- head/devel/adabooch/Makefile	Tue Dec  8 16:50:39 2015	(r403298)
+++ head/devel/adabooch/Makefile	Tue Dec  8 16:51:53 2015	(r403299)
@@ -24,13 +24,9 @@ ALL_TARGET=	libs
 # In other words, adabooch demos requires a separate port to do correctly
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}/
 	${RM} ${STAGEDIR}${DOCSDIR}/Makefile
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list