1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

comms/libirman: Do not set OPTIONS_DEFINE twice

This commit is contained in:
Tobias Kortkamp 2019-01-06 10:06:28 +00:00
parent f5ae905467
commit 30c89a5f43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489453

View File

@ -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>