svn commit: r360543 - head/devel/pcsc-lite

Antoine Brodin antoine at FreeBSD.org
Fri Jul 4 05:44:17 UTC 2014


Author: antoine
Date: Fri Jul  4 05:44:16 2014
New Revision: 360543
URL: http://svnweb.freebsd.org/changeset/ports/360543
QAT: https://qat.redports.org/buildarchive/r360543/

Log:
  Unbreak

Modified:
  head/devel/pcsc-lite/Makefile

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Fri Jul  4 05:35:34 2014	(r360542)
+++ head/devel/pcsc-lite/Makefile	Fri Jul  4 05:44:16 2014	(r360543)
@@ -49,7 +49,7 @@ post-patch:
 		s,libusb_strerror(ret),ret," ${WRKSRC}/configure \
 			${WRKSRC}/src/hotplug_libusb.c
 	${REINPLACE_CMD} -e "s,-ldl,," ${WRKSRC}/src/spy/Makefile.in
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
 	${REINPLACE_CMD} -e '/^install-data-am: / s|install-docDATA||' ${WRKSRC}/doc/Makefile.in
 .endif
 


More information about the svn-ports-all mailing list