svn commit: r489453 - head/comms/libirman

Tobias Kortkamp tobik at FreeBSD.org
Sun Jan 6 10:06:29 UTC 2019


Author: tobik
Date: Sun Jan  6 10:06:28 2019
New Revision: 489453
URL: https://svnweb.freebsd.org/changeset/ports/489453

Log:
  comms/libirman: Do not set OPTIONS_DEFINE twice

Modified:
  head/comms/libirman/Makefile

Modified: head/comms/libirman/Makefile
==============================================================================
--- head/comms/libirman/Makefile	Sun Jan  6 09:40:06 2019	(r489452)
+++ head/comms/libirman/Makefile	Sun Jan  6 10:06:28 2019	(r489453)
@@ -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>


More information about the svn-ports-head mailing list