diff options
author | wiz <wiz@pkgsrc.org> | 2007-10-28 10:58:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-10-28 10:58:21 +0000 |
commit | db056f8eed87916ba17666e675e1a0965c23802f (patch) | |
tree | 9896b15439f346f4a1feaae70128833df6a416fb /graphics/sane-frontends | |
parent | 9783aa4c32065735cfcdfebdc045688e9c18500e (diff) | |
download | pkgsrc-db056f8eed87916ba17666e675e1a0965c23802f.tar.gz |
Fix typo in PKGREVISION variable name.
Diffstat (limited to 'graphics/sane-frontends')
-rw-r--r-- | graphics/sane-frontends/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 574cbcfbb1f..bcc7e37a750 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.36 2007/09/21 13:03:54 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2007/10/28 10:58:21 wiz Exp $ .include "../../graphics/sane-backends/Makefile.common" DISTNAME= sane-frontends-${SANE_VERSION} SANE_MICRO= 14 -PGKREVISION= 5 +PKGREVISION= 5 COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc |