pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/asciidoc Fix a2x CONF_DIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b79ea6bcbd13
branches:  trunk
changeset: 575558:b79ea6bcbd13
user:      gls <gls%pkgsrc.org@localhost>
date:      Sun May 16 17:16:27 2010 +0000

description:
Fix a2x CONF_DIR.
Thanks wiz!

diffstat:

 textproc/asciidoc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e3f270c3a53b -r b79ea6bcbd13 textproc/asciidoc/Makefile
--- a/textproc/asciidoc/Makefile        Sun May 16 17:06:49 2010 +0000
+++ b/textproc/asciidoc/Makefile        Sun May 16 17:16:27 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2010/05/15 20:23:38 gls Exp $
+# $NetBSD: Makefile,v 1.21 2010/05/16 17:16:27 gls Exp $
 #
 
 DISTNAME=              asciidoc-8.5.3
@@ -26,7 +26,7 @@
 SUBST_CLASSES+=                ad
 SUBST_STAGE.ad=                pre-configure
 SUBST_MESSAGE.ad=      Fixing hard-coded config file paths.
-SUBST_FILES.ad=                a2x asciidoc.py
+SUBST_FILES.ad=                a2x.py asciidoc.py
 SUBST_SED.ad=          -e 's,^\(CONF_DIR\).*=.*,\1="${PREFIX}/share/asciidoc",'
 
 SUBST_CLASSES+=                ae



Home | Main Index | Thread Index | Old Index