Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2013 19:24:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335214 - head/textproc/asciidoc
Message-ID:  <201311291924.rATJO0Nv075785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 29 19:24:00 2013
New Revision: 335214
URL: http://svnweb.freebsd.org/changeset/ports/335214

Log:
  - Fix shebang
  
  Notified by:	mva

Modified:
  head/textproc/asciidoc/Makefile

Modified: head/textproc/asciidoc/Makefile
==============================================================================
--- head/textproc/asciidoc/Makefile	Fri Nov 29 19:11:55 2013	(r335213)
+++ head/textproc/asciidoc/Makefile	Fri Nov 29 19:24:00 2013	(r335214)
@@ -48,6 +48,7 @@ PLIST_SUB+=	VIM_DATADIR=""
 .endif
 
 post-patch:
+	@${REINPLACE_CMD} -e 's|${SETENV} python|&2|' ${WRKSRC}/a2x.py
 .for conf_file in ${CONF_FILES}
 	@cd ${WRKSRC}/ && ${MV} ${conf_file} ${conf_file}.sample
 .endfor



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