Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 02:02:18 +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: r403833 - head/security/paperkey
Message-ID:  <201512160202.tBG22IAb095420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec 16 02:02:18 2015
New Revision: 403833
URL: https://svnweb.freebsd.org/changeset/ports/403833

Log:
  - Switch to options helpers

Modified:
  head/security/paperkey/Makefile

Modified: head/security/paperkey/Makefile
==============================================================================
--- head/security/paperkey/Makefile	Wed Dec 16 02:02:16 2015	(r403832)
+++ head/security/paperkey/Makefile	Wed Dec 16 02:02:18 2015	(r403833)
@@ -21,16 +21,12 @@ PORTDOCS=	NEWS README
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 # Setting ALL_TARGET to "all check" is racy and breaks parallel builds
 post-build:
 	${MAKE} -C ${BUILD_WRKSRC} check
 
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>



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