diff options
author | gls <gls@pkgsrc.org> | 2010-05-16 17:16:27 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-05-16 17:16:27 +0000 |
commit | d132431fe7598451f1d019db3efb5e3e061c7c34 (patch) | |
tree | 203f1cf2758b95ef7a87cc7daf7c39da8ba5ace5 /textproc/asciidoc | |
parent | df5745186886e698fe27db05d6a4245e5a1bc962 (diff) | |
download | pkgsrc-d132431fe7598451f1d019db3efb5e3e061c7c34.tar.gz |
Fix a2x CONF_DIR.
Thanks wiz!
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r-- | textproc/asciidoc/Makefile | 4 |
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 |