diff options
author | yyamano <yyamano@pkgsrc.org> | 2002-06-04 16:24:54 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2002-06-04 16:24:54 +0000 |
commit | 6f70b2d4d28e20ce3fc8b9337b6662fa8738166c (patch) | |
tree | 2af6abe7d9c6cbb11a65d3252f1c6fee154480fa /devel/doc++/Makefile | |
parent | 2376700d262fa594eb1d5088a81fa23d8eecaa7c (diff) | |
download | pkgsrc-6f70b2d4d28e20ce3fc8b9337b6662fa8738166c.tar.gz |
Updated doc++ to 3.4.9 to fix pkg/16587. Changes from 3.3.13 are too many,
see doc/ChangeLog in the source distribution.
Diffstat (limited to 'devel/doc++/Makefile')
-rw-r--r-- | devel/doc++/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 1f007f9fc71..b3135695d1e 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:23 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/06/04 16:24:54 yyamano Exp $ -DISTNAME= doc++-3.3.13 +DISTNAME= doc++-3.4.9 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/doctools/} \ - http://zeus.imaginator.com/doc++/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docpp/} MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://www.imaginator.com/doc++/ +HOMEPAGE= http://docpp.sourceforge.net/ COMMENT= documentation system for C, C++ and Java +USE_GMAKE= yes GNU_CONFIGURE= yes post-install: |