diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-12 07:17:15 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-12 07:17:15 +0000 |
commit | b353ba0af32a56541817eaf47d6d9624ba8d48b1 (patch) | |
tree | aaa952528b4755aef104004edadb38fedbc7c130 /textproc | |
parent | 4655b4145cd34ddb9e4f954b2d0117f791acacfe (diff) | |
download | pkgsrc-b353ba0af32a56541817eaf47d6d9624ba8d48b1.tar.gz |
Add a missing file name to the entry in SGML_CATALOGS. It should have
been included in the previous commit.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iso8879/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index a74aaaff375..57c61faaca0 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -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 @@ INSTALLATION_DIRS= share/sgml/iso8879 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} |