pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/iso8879 ${DESTDIR} shouldn't be included in $...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4daa0ba5ada
branches:  trunk
changeset: 557172:d4daa0ba5ada
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 12 07:00:29 2009 +0000

description:
${DESTDIR} shouldn't be included in ${SGML_CATALOGS}.

Bump PKGREVISION.

diffstat:

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

diffs (23 lines):

diff -r fe488f1f5e58 -r d4daa0ba5ada textproc/iso8879/Makefile
--- a/textproc/iso8879/Makefile Sun Apr 12 06:46:04 2009 +0000
+++ b/textproc/iso8879/Makefile Sun Apr 12 07:00:29 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2009/04/08 22:43:26 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2009/04/12 07:00:29 minskim Exp $
 
 DISTNAME=      ISOEnts
 PKGNAME=       iso8879-1986
-PKGREVISION=   6
+PKGREVISION=   7
 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= ${INSTDIR}/catalog
+SGML_CATALOGS= ${PREFIX}/share/sgml/iso8879
 
 do-install:
        @unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}



Home | Main Index | Thread Index | Old Index