diff options
author | wiz <wiz> | 2007-10-28 10:58:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-10-28 10:58:21 +0000 |
commit | 7e61780a6c6d5a9863a1a2b6da2c03e132e12cfa (patch) | |
tree | 9896b15439f346f4a1feaae70128833df6a416fb /graphics/sane-frontends | |
parent | f851d46db1cfafc77f43aec5989a1f7721e9ae99 (diff) | |
download | pkgsrc-7e61780a6c6d5a9863a1a2b6da2c03e132e12cfa.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 |