pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/iso8879 Add a missing file name to the entry ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f19178ff8fdd
branches:  trunk
changeset: 557173:f19178ff8fdd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 12 07:17:15 2009 +0000

description:
Add a missing file name to the entry in SGML_CATALOGS.  It should have
been included in the previous commit.

Bump PKGREVISION.

diffstat:

 textproc/iso8879/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r d4daa0ba5ada -r f19178ff8fdd textproc/iso8879/Makefile
--- a/textproc/iso8879/Makefile Sun Apr 12 07:00:29 2009 +0000
+++ b/textproc/iso8879/Makefile Sun Apr 12 07:17:15 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2009/04/12 07:00:29 minskim Exp $
+# $NetBSD: Makefile,v 1.31 2009/04/12 07:17:15 minskim Exp $
 
 DISTNAME=      ISOEnts
 PKGNAME=       iso8879-1986
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.oasis-open.org/cover/
 EXTRACT_SUFX=  .zip
@@ -23,7 +23,7 @@
 
 INSTDIR=       ${DESTDIR}${PREFIX}/share/sgml/iso8879
 
-SGML_CATALOGS= ${PREFIX}/share/sgml/iso8879
+SGML_CATALOGS= ${PREFIX}/share/sgml/iso8879/catalog
 
 do-install:
        @unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}



Home | Main Index | Thread Index | Old Index