svn commit: r417787 - head/math/randlib

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 29 19:19:51 UTC 2016


Author: amdmi3
Date: Wed Jun 29 19:19:50 2016
New Revision: 417787
URL: https://svnweb.freebsd.org/changeset/ports/417787

Log:
  - Switch to options helpers

Modified:
  head/math/randlib/Makefile

Modified: head/math/randlib/Makefile
==============================================================================
--- head/math/randlib/Makefile	Wed Jun 29 19:14:32 2016	(r417786)
+++ head/math/randlib/Makefile	Wed Jun 29 19:19:50 2016	(r417787)
@@ -21,12 +21,12 @@ PLIST_FILES=	include/randlib.h \
 		lib/librandlib.so \
 		lib/librandlib.so.1
 
+OPTIONS_DEFINE=	DOCS
+
 post-extract:
 	${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
 
-OPTIONS_DEFINE=	DOCS
-
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list