aboutsummaryrefslogtreecommitdiff
path: root/comms/libirman
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-06 10:06:28 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-06 10:06:28 +0000
commit30c89a5f4302710954c266a98d5bfd6e890b88e8 (patch)
tree5b455383bda64b0f5905713d49fe655d880dcaea /comms/libirman
parentf5ae905467d91a3d04944350be94fa278ad1bca2 (diff)
downloadports-30c89a5f4302710954c266a98d5bfd6e890b88e8.tar.gz
ports-30c89a5f4302710954c266a98d5bfd6e890b88e8.zip
comms/libirman: Do not set OPTIONS_DEFINE twice
Notes
Notes: svn path=/head/; revision=489453
Diffstat (limited to 'comms/libirman')
-rw-r--r--comms/libirman/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/libirman/Makefile b/comms/libirman/Makefile
index bc523c28f106..296589bfae1b 100644
--- a/comms/libirman/Makefile
+++ b/comms/libirman/Makefile
@@ -27,6 +27,4 @@ do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR})
-OPTIONS_DEFINE= DOCS
-
.include <bsd.port.mk>