diff options
author | obache <obache@pkgsrc.org> | 2012-03-22 15:33:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-03-22 15:33:43 +0000 |
commit | cbbd8527fae2d0fe8ba04e423278947261ca66b3 (patch) | |
tree | 2c02582ffc49c3d7027567ea81a9b77bff71d20b /textproc/dbtoepub | |
parent | 93ecd1a8234f0bf6a1d014bd4d55daae01591712 (diff) | |
download | pkgsrc-cbbd8527fae2d0fe8ba04e423278947261ca66b3.tar.gz |
Bump PKGREVISION refrecting the default Ruby's version change.
Diffstat (limited to 'textproc/dbtoepub')
-rw-r--r-- | textproc/dbtoepub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dbtoepub/Makefile b/textproc/dbtoepub/Makefile index 5d3cf547776..be82fad61b6 100644 --- a/textproc/dbtoepub/Makefile +++ b/textproc/dbtoepub/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2011/09/16 02:26:45 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/03/22 15:33:43 obache Exp $ # .include "../../textproc/docbook-xsl/Makefile.common" PKGNAME= dbtoepub-${DISTNAME:S/docbook-xsl-//} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= DocBook to epub converter DEPENDS+= \ |