aboutsummaryrefslogtreecommitdiff
path: root/cad/gdsreader
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-01-03 15:53:42 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-01-03 15:53:42 +0000
commit43b73e5cfaaa8d7a48d81772a31f46e9121f5faa (patch)
tree7ebb16ef28c161ae63aef766228c555d90ec2830 /cad/gdsreader
parent38f392c2bf099a7cc2a6e6bd299aad94caef7a0b (diff)
downloadports-43b73e5cfaaa8d7a48d81772a31f46e9121f5faa.tar.gz
ports-43b73e5cfaaa8d7a48d81772a31f46e9121f5faa.zip
Convert cad to MDOCS and MEXAMPLES
Notes
Notes: svn path=/head/; revision=338552
Diffstat (limited to 'cad/gdsreader')
-rw-r--r--cad/gdsreader/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/gdsreader/Makefile b/cad/gdsreader/Makefile
index 973721157427..ceca6fa8424d 100644
--- a/cad/gdsreader/Makefile
+++ b/cad/gdsreader/Makefile
@@ -19,9 +19,12 @@ PLIST_FILES= bin/gdsreader bin/maptolayer \
PLIST_DIRS= ${EXAMPLESDIR_REL}
NO_STAGE= yes
+
+.include <bsd.port.options.mk>
+
post-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-data
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-docs
.endif