aboutsummaryrefslogtreecommitdiff
path: root/security/idea/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:04 +0000
commit988eadb3e99d2b7e7a05da961549bafed3a8c5d0 (patch)
treed0fdb6b105f0ee543f915c38365038c5d60bb49c /security/idea/Makefile
parente936aeddf21bef8bd330b05e04794d9e813b31d1 (diff)
downloadports-988eadb3e99d2b7e7a05da961549bafed3a8c5d0.tar.gz
ports-988eadb3e99d2b7e7a05da961549bafed3a8c5d0.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343990
Diffstat (limited to 'security/idea/Makefile')
-rw-r--r--security/idea/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/idea/Makefile b/security/idea/Makefile
index 12e733c49724..c7b0d1e1c210 100644
--- a/security/idea/Makefile
+++ b/security/idea/Makefile
@@ -28,11 +28,8 @@ do-install:
${INSTALL_PROGRAM} -m 0555 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/Examples ${STAGEDIR}${EXAMPLESDIR}
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/byte_ord.ps ${WRKSRC}/idea_cmd.txt \
${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>