diff options
Diffstat (limited to 'www/htmldoc/Makefile')
-rw-r--r-- | www/htmldoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile index 2055a32e349..4f90465b20f 100644 --- a/www/htmldoc/Makefile +++ b/www/htmldoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/10/28 06:30:17 asau Exp $ +# $NetBSD: Makefile,v 1.34 2013/01/26 21:39:02 adam Exp $ # This section contains variables that might be overridden. PKGNAME?= ${PKGNAME_BASE} @@ -7,7 +7,7 @@ COMMENT?= Converts HTML to indexed HTML, PDF and/or PostScript # Normal package Makefile contents follow. DISTNAME= htmldoc-1.8.27-source PKGNAME_BASE= ${DISTNAME:S/-source//} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.bz2 |