diff options
author | minskim <minskim> | 2009-04-12 07:17:15 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-04-12 07:17:15 +0000 |
commit | 4c6736f0273a34017049c75c81128f360bdd4298 (patch) | |
tree | aaa952528b4755aef104004edadb38fedbc7c130 /textproc/iso8879/Makefile | |
parent | 5b28e5d80be98ea339a60d5404c987c146c65b9b (diff) | |
download | pkgsrc-4c6736f0273a34017049c75c81128f360bdd4298.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/iso8879/Makefile')
-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} |