diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-20 17:36:56 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-20 17:36:56 +0000 |
commit | 6757afa7c8d4697905698eb97757b0b823b0978f (patch) | |
tree | 506265328310a042803726eac3411b04467c838f /www/thy | |
parent | 7545db3296e31375bc9c7fcb4ae4fb4cb10a95d5 (diff) | |
download | pkgsrc-6757afa7c8d4697905698eb97757b0b823b0978f.tar.gz |
Fix homepage and align PKGREVISION correctly.
Diffstat (limited to 'www/thy')
-rw-r--r-- | www/thy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/thy/Makefile b/www/thy/Makefile index affd396b868..91488b0a4df 100644 --- a/www/thy/Makefile +++ b/www/thy/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2004/12/28 02:47:51 reed Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/20 17:36:56 jmmv Exp $ # DISTNAME= thy-0.9.3 -PKGREVISION= 2 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ftp://bonehunter.rulez.org/pub/thy/stable/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= algernon@bonehunter.rulez.org -HOMEPAGE= http://bonehunter.rulez.org/Thy.phtml +HOMEPAGE= http://bonehunter.rulez.org/software/thy/ COMMENT= Tiny and fast HTTP daemon .include "../../mk/bsd.prefs.mk" |