Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2013 07:05:33 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315628 - head/textproc/source-highlight
Message-ID:  <201303310705.r2V75XdT043697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303310705.r2V75XdT043697>