aboutsummaryrefslogtreecommitdiff
path: root/comms/qico/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-01-03 16:06:00 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-01-03 16:06:00 +0000
commitfbd9122a40a8aef04301c3d176bb2573a5e66fa6 (patch)
tree20fb46a71453f65c9a7021567c09766245990eb3 /comms/qico/Makefile
parent7796094ddfe2830f75237ae54c7edf21e9033350 (diff)
downloadports-fbd9122a40a8aef04301c3d176bb2573a5e66fa6.tar.gz
ports-fbd9122a40a8aef04301c3d176bb2573a5e66fa6.zip
Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl
Notes
Notes: svn path=/head/; revision=338555
Diffstat (limited to 'comms/qico/Makefile')
-rw-r--r--comms/qico/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile
index adef0f73c015..f583752281df 100644
--- a/comms/qico/Makefile
+++ b/comms/qico/Makefile
@@ -25,6 +25,9 @@ PLIST_SUB+= WITH_QICO_MORDA="@comment "
.endif
NO_STAGE= yes
+
+.include <bsd.port.options.mk>
+
do-install:
${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${PREFIX}/etc/
${INSTALL_PROGRAM} ${WRKSRC}/src/qico ${PREFIX}/libexec/
@@ -32,7 +35,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/qcc ${PREFIX}/bin/
.endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${PREFIX}/share/doc/qico
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/qico/FAQ.ru
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qico/README.ru