diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-10-13 12:12:57 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-10-13 12:12:57 +0000 |
commit | a1746bbfcb5b584a296ca918dcd90f1c3bbf0c10 (patch) | |
tree | 1ffd10c15402a9c6e1a666a61b46dcc5d07cc1ed /textproc/xmlcatmgr/Makefile | |
parent | 2d7017ca5cb999910afc787cbaf703a5fad4a055 (diff) | |
download | pkgsrc-a1746bbfcb5b584a296ca918dcd90f1c3bbf0c10.tar.gz |
Update to 1.1:
* Fixed AWK code generation to work with the mawk interpreter.
* Fixed Makefile.boot to install documentation inside the directory pointed
by the BT_DIR_DOC variable.
Thanks to reed@ for mawk fixes and grant@ for Solaris tests.
Diffstat (limited to 'textproc/xmlcatmgr/Makefile')
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile index 154e971e579..b8fb8e37f2e 100644 --- a/textproc/xmlcatmgr/Makefile +++ b/textproc/xmlcatmgr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/09/08 12:26:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2003/10/13 12:12:57 jmmv Exp $ # -DISTNAME= xmlcatmgr-1.0 +DISTNAME= xmlcatmgr-1.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlcatmgr/} |