diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-05 08:19:11 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-05 08:19:11 +0800 |
commit | 4764810924e420f473ad5f5c8295a4d9a59b7529 (patch) | |
tree | ba49ca7856ded2c87423867119d13de03d6480fd /finance/sabernetdcs-client | |
parent | 1cd097780268ac6536794419f77ee88b21225021 (diff) | |
download | freebsd-ports-gnome-4764810924e420f473ad5f5c8295a4d9a59b7529.tar.gz freebsd-ports-gnome-4764810924e420f473ad5f5c8295a4d9a59b7529.tar.zst freebsd-ports-gnome-4764810924e420f473ad5f5c8295a4d9a59b7529.zip |
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)
Diffstat (limited to 'finance/sabernetdcs-client')
-rw-r--r-- | finance/sabernetdcs-client/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/finance/sabernetdcs-client/Makefile b/finance/sabernetdcs-client/Makefile index ffcb4d19e244..5f906845f3f4 100644 --- a/finance/sabernetdcs-client/Makefile +++ b/finance/sabernetdcs-client/Makefile @@ -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 |