Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2016 19:19:50 +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: r417787 - head/math/randlib
Message-ID:  <201606291919.u5TJJoIr053425@repo.freebsd.org>

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



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