diff options
author | sno <sno@pkgsrc.org> | 2009-08-26 19:56:37 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-26 19:56:37 +0000 |
commit | 949cd3bc1f7cdf8e77915fad3585b23b0a3ca7de (patch) | |
tree | 7223c9424c4203d65e41ea0e519c6004458f8bf1 /www/htmldoc | |
parent | 32af319e198dd00e25d60ac4e180ab82a16679f5 (diff) | |
download | pkgsrc-949cd3bc1f7cdf8e77915fad3585b23b0a3ca7de.tar.gz |
bump revision because of graphics/jpeg update
Diffstat (limited to 'www/htmldoc')
-rw-r--r-- | www/htmldoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile index a8f16237ca6..ce16a708f42 100644 --- a/www/htmldoc/Makefile +++ b/www/htmldoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/01/08 11:57:24 obache Exp $ +# $NetBSD: Makefile,v 1.26 2009/08/26 19:58:26 sno Exp $ # This section contains variables that might be overridden. PKGNAME?= ${PKGNAME_BASE} @@ -7,6 +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= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.bz2 |