summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgls <gls>2010-05-16 17:16:27 +0000
committergls <gls>2010-05-16 17:16:27 +0000
commit92a6707c5b65518ad49e4e306918f7c928a1290d (patch)
tree203f1cf2758b95ef7a87cc7daf7c39da8ba5ace5 /textproc
parent7ada9953bd2da3669d42455688f6ea257c75d4a5 (diff)
downloadpkgsrc-92a6707c5b65518ad49e4e306918f7c928a1290d.tar.gz
Fix a2x CONF_DIR.
Thanks wiz!
Diffstat (limited to 'textproc')
-rw-r--r--textproc/asciidoc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index 1fd81adc817..7ebc86573c4 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -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 @@ NO_BUILD= yes
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