pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/docbook-xsl The Perl program fo/pdf2index is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8172fe6a6525
branches:  trunk
changeset: 506850:8172fe6a6525
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 22 22:20:26 2006 +0000

description:
The Perl program fo/pdf2index is installed with the correct script
interpreter. Removed NO_CONFIGURE, because it conflicts with
REPLACE_PERL. Added a runtime dependency on Perl. Bumped PKGREVISION.

diffstat:

 textproc/docbook-xsl/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 03602fc3d1fc -r 8172fe6a6525 textproc/docbook-xsl/Makefile
--- a/textproc/docbook-xsl/Makefile     Sun Jan 22 22:16:25 2006 +0000
+++ b/textproc/docbook-xsl/Makefile     Sun Jan 22 22:20:26 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2006/01/20 16:15:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.34 2006/01/22 22:20:26 rillig Exp $
 #
 
 DISTNAME=      docbook-xsl-1.69.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=docbook/}
 EXTRACT_SUFX=  .tar.bz2
@@ -15,7 +15,9 @@
 
 USE_LANGUAGES= # empty
 NO_BUILD=      YES
-NO_CONFIGURE=  YES
+
+USE_TOOLS+=    perl:run
+REPLACE_PERL+= fo/pdf2index
 
 DOCDIR=                ${PREFIX}/share/doc/docbook-xsl
 EGDIR=         ${PREFIX}/share/examples/docbook-xsl



Home | Main Index | Thread Index | Old Index