svn commit: r315628 - head/textproc/source-highlight

Jason Helfman jgh at FreeBSD.org
Sun Mar 31 07:05:33 UTC 2013


Author: jgh
Date: Sun Mar 31 07:05:33 2013
New Revision: 315628
URL: http://svnweb.freebsd.org/changeset/ports/315628

Log:
  - attempt to fix build
  
  Approved by: portmgr

Modified:
  head/textproc/source-highlight/Makefile

Modified: head/textproc/source-highlight/Makefile
==============================================================================
--- head/textproc/source-highlight/Makefile	Sun Mar 31 05:50:32 2013	(r315627)
+++ head/textproc/source-highlight/Makefile	Sun Mar 31 07:05:33 2013	(r315628)
@@ -50,11 +50,11 @@ post-patch:
 	@${REINPLACE_CMD} -e '/install-data-am:/,/:/s/install-source_highlightdataDATA//g' \
 		${WRKSRC}/doc/Makefile.in ${WRKSRC}/src/Makefile.in
 .endif
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e '/install-data-am:/,/:/s/install-source_highlightdocDATA//g' \
 		${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in ${WRKSRC}/tests/Makefile.in
 .endif
-.if ${PORT_OPTIONS:MEXAMPLES}
+.if ! ${PORT_OPTIONS:MEXAMPLES}
 	@${REINPLACE_CMD} -e '/install-data-am:/,/:/s/install-source_highlightlibexampleDATA//g' \
 		${WRKSRC}/lib/examples/Makefile.in
 .endif


More information about the svn-ports-all mailing list