diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-06 10:06:28 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-06 10:06:28 +0000 |
commit | 30c89a5f4302710954c266a98d5bfd6e890b88e8 (patch) | |
tree | 5b455383bda64b0f5905713d49fe655d880dcaea /comms | |
parent | f5ae905467d91a3d04944350be94fa278ad1bca2 (diff) |
comms/libirman: Do not set OPTIONS_DEFINE twice
Notes
Notes:
svn path=/head/; revision=489453
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libirman/Makefile | 2 |
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> |