diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-11 12:07:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-11 12:07:24 +0000 |
commit | 7478ba887a6ba4da545bf2eb7507d1fc10649afc (patch) | |
tree | ee26ee03f917d890bc5e4230774cc871d9f442a4 /devel/doc++ | |
parent | 3aba0ebe140c89dc55090002ea4b294054627d2c (diff) |
Notes
Diffstat (limited to 'devel/doc++')
-rw-r--r-- | devel/doc++/Makefile | 5 | ||||
-rw-r--r-- | devel/doc++/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 1270947616a7..bc44342d70ed 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -8,9 +8,8 @@ PORTNAME= doc++ PORTVERSION= 3.4.4 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.linuxsupportline.com/~doc++/ -MASTER_SITE_SUBDIR= apps/doctools +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= docpp MAINTAINER= Ruslan@Shevchenko.Kiev.UA diff --git a/devel/doc++/pkg-descr b/devel/doc++/pkg-descr index 63518f9a7b34..ba87dbe7904a 100644 --- a/devel/doc++/pkg-descr +++ b/devel/doc++/pkg-descr @@ -2,4 +2,4 @@ DOC++ is a source documentation system for C++, CORBA IDL and java It generates javadoc-like documentation in HTML and LaTeX. The homepage contains more information to supplement this short description. -WWW: http://www.liuxsupportline.com/~doc++/ +WWW: http://docpp.sourceforge.net/ |