aboutsummaryrefslogtreecommitdiff
path: root/devel/libcii
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:57:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:57:07 +0000
commit82fc70fd02a693e131547b5aebe47817bbd683e1 (patch)
tree5e89dfc088ba8feff5421e300f6eb260a867a747 /devel/libcii
parent3d9b49d653bccf2b8a9b326038fa2b5056ed96d7 (diff)
downloadports-82fc70fd02a693e131547b5aebe47817bbd683e1.tar.gz
ports-82fc70fd02a693e131547b5aebe47817bbd683e1.zip
Notes
Diffstat (limited to 'devel/libcii')
-rw-r--r--devel/libcii/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libcii/Makefile b/devel/libcii/Makefile
index 872bbbf702cd..af2e877dc1ed 100644
--- a/devel/libcii/Makefile
+++ b/devel/libcii/Makefile
@@ -26,6 +26,8 @@ SAMPLES= double calc ids mpcalc wf xref cref iref kref \
idents words basename dirname
I386_SAMPLES= sort spin sieve
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
@@ -75,7 +77,6 @@ do-install:
. endfor
.endif
##
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/cii
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/cii/examples
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/cii/src
@@ -84,6 +85,5 @@ do-install:
.endfor
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${PREFIX}/share/doc/cii/examples
${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/share/doc/cii/src
-.endif
.include <bsd.port.post.mk>