Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 00:19:11 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360707 - head/finance/sabernetdcs-client
Message-ID:  <201407050019.s650JBAQ078161@svn.freebsd.org>

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



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