diff options
Diffstat (limited to 'www/gitweb/Makefile')
-rw-r--r-- | www/gitweb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile index 408b845c116..c74e53874eb 100644 --- a/www/gitweb/Makefile +++ b/www/gitweb/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2014/05/10 11:43:30 adam Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/29 23:37:57 wiz Exp $ .include "../../devel/git/Makefile.common" PKGNAME= ${DISTNAME:S/git/gitweb/} +PKGREVISION= 1 CATEGORIES= www COMMENT= Web interface for GIT repositories |