diff options
Diffstat (limited to 'www/netsurf')
-rw-r--r-- | www/netsurf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 3c3c30d7cf8..8b68a0ac3bc 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2013/10/09 17:39:19 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2013/10/10 14:42:36 ryoon Exp $ # DISTNAME= netsurf-1.2-src PKGNAME= ${DISTNAME:S/-src$//} -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= www MASTER_SITES= http://www.netsurf-browser.org/downloads/releases/ |