svn commit: r360707 - head/finance/sabernetdcs-client

Adam Weinberger adamw at FreeBSD.org
Sat Jul 5 00:19:11 UTC 2014


Author: adamw
Date: Sat Jul  5 00:19:11 2014
New Revision: 360707
URL: http://svnweb.freebsd.org/changeset/ports/360707
QAT: https://qat.redports.org/buildarchive/r360707/

Log:
  Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
  we're here. Remove any other references to NOPORT*.
  
  Approved by:	portmgr (blanket for modernization)

Modified:
  head/finance/sabernetdcs-client/Makefile

Modified: head/finance/sabernetdcs-client/Makefile
==============================================================================
--- head/finance/sabernetdcs-client/Makefile	Sat Jul  5 00:18:17 2014	(r360706)
+++ head/finance/sabernetdcs-client/Makefile	Sat Jul  5 00:19:11 2014	(r360707)
@@ -26,7 +26,11 @@ DATADIR=	${PREFIX}/share/sndcs
 
 PYDISTUTILS_PKGNAME=	sndcs
 
-.if defined(NOPORTDOCS)
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
+
+.if empty(PORT_OPTIONS:MDOCS)
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-setup.py
 .endif
 


More information about the svn-ports-head mailing list