diff options
author | reed <reed@pkgsrc.org> | 2007-01-24 17:43:58 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-01-24 17:43:58 +0000 |
commit | 6700a8a02a8db93694a2d4e7a65e79b85406f3d5 (patch) | |
tree | 8413e4ea35739dc30e351025595a0a65af0f5c83 /www/cvsweb | |
parent | cb58fc423a06471d49a86c3b5b9516d966cfccb8 (diff) | |
download | pkgsrc-6700a8a02a8db93694a2d4e7a65e79b85406f3d5.tar.gz |
No reason to have a +DISPLAY say a package is installed.
Bump PKGREVISION.
Diffstat (limited to 'www/cvsweb')
-rw-r--r-- | www/cvsweb/MESSAGE | 8 | ||||
-rw-r--r-- | www/cvsweb/Makefile | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/cvsweb/MESSAGE b/www/cvsweb/MESSAGE index 5ebcbd97282..d21bb31cf70 100644 --- a/www/cvsweb/MESSAGE +++ b/www/cvsweb/MESSAGE @@ -1,10 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2004/05/28 01:47:26 lukem Exp $ +$NetBSD: MESSAGE,v 1.2 2007/01/24 17:43:58 reed Exp $ - cvsweb has now been installed. - - If you are upgrading from a previous version, please follow the - `Upgrading from ...' instructions in: + If you are upgrading from a previous version of cvsweb, please follow + the `Upgrading from ...' instructions in: ${PREFIX}/share/doc/cvsweb/INSTALL =========================================================================== diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile index 90f22234efe..f55ce119dea 100644 --- a/www/cvsweb/Makefile +++ b/www/cvsweb/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2006/09/06 19:24:10 adrianp Exp $ +# $NetBSD: Makefile,v 1.34 2007/01/24 17:43:58 reed Exp $ # DISTNAME= cvsweb-3.0.6 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/ |