pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/asciidoc Install asciidoc.txt (manual source)...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f02b4c1e96fd
branches: trunk
changeset: 528389:f02b4c1e96fd
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue May 01 12:24:36 2007 +0000
description:
Install asciidoc.txt (manual source) and .html in share/doc/asciidoc.
PKGREVISION++.
diffstat:
textproc/asciidoc/Makefile | 10 ++++++++--
textproc/asciidoc/PLIST | 5 ++++-
2 files changed, 12 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 944fc657359b -r f02b4c1e96fd textproc/asciidoc/Makefile
--- a/textproc/asciidoc/Makefile Tue May 01 12:06:51 2007 +0000
+++ b/textproc/asciidoc/Makefile Tue May 01 12:24:36 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2006/11/27 21:00:51 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/05/01 12:24:36 gdt Exp $
#
DISTNAME= asciidoc-8.1.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${HOMEPAGE} \
${MASTER_SITE_SOURCEFORGE:=asciidoc/}
@@ -30,11 +30,17 @@
share/asciidoc/images/icons/callouts \
${PKGMANDIR}/man1
+DOCDIR= ${PREFIX}/share/doc/asciidoc
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/asciidoc.py ${PREFIX}/bin/asciidoc
${INSTALL_SCRIPT} ${WRKSRC}/a2x ${PREFIX}/bin/a2x
${INSTALL_MAN} ${WRKSRC}/doc/asciidoc.1 ${PREFIX}/${PKGMANDIR}/man1/
${INSTALL_MAN} ${WRKSRC}/doc/a2x.1 ${PREFIX}/${PKGMANDIR}/man1/
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.txt ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.html ${DOCDIR}
+
cd ${WRKSRC} && ${PAX} -wr -pma *.conf stylesheets filters/*.py \
filters/*.conf docbook-xsl/*.xsl stylesheets/*.css \
javascripts/*.js images/icons/callouts/* images/icons/*.png \
diff -r 944fc657359b -r f02b4c1e96fd textproc/asciidoc/PLIST
--- a/textproc/asciidoc/PLIST Tue May 01 12:06:51 2007 +0000
+++ b/textproc/asciidoc/PLIST Tue May 01 12:24:36 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/11/27 21:00:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/05/01 12:24:36 gdt Exp $
bin/a2x
bin/asciidoc
man/man1/a2x.1
@@ -58,6 +58,9 @@
share/asciidoc/xhtml-deprecated.conf
share/asciidoc/xhtml11-quirks.conf
share/asciidoc/xhtml11.conf
+share/doc/asciidoc/asciidoc.txt
+share/doc/asciidoc/asciidoc.html
+@dirrm share/doc/asciidoc
@dirrm share/asciidoc/stylesheets
@dirrm share/asciidoc/javascripts
@dirrm share/asciidoc/images/icons/callouts
Home |
Main Index |
Thread Index |
Old Index