aboutsummaryrefslogtreecommitdiff
path: root/cad/pcb
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-08-19 13:29:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-08-19 13:29:59 +0000
commitbb271f0bf7b513a23a31da4ec8819b113ebf4587 (patch)
treeac5a462edc3d85d5f0b20a594802ce4b12f0bf9f /cad/pcb
parent29879aded766da253313579a3503ff5e15026355 (diff)
downloadports-bb271f0bf7b513a23a31da4ec8819b113ebf4587.tar.gz
ports-bb271f0bf7b513a23a31da4ec8819b113ebf4587.zip
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
Notes
Notes: svn path=/head/; revision=394778
Diffstat (limited to 'cad/pcb')
-rw-r--r--cad/pcb/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 5daccd790929..0201af32f65e 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -64,10 +64,6 @@ NONE_CONFIGURE_ENV= WISH=/usr/bin/true
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= Uses x86 specific libc functions and has not been ported
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-INFO= pcb
-.endif
+DOCS_INFO= pcb
.include <bsd.port.mk>