diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-09 13:43:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-09 13:43:48 +0000 |
commit | b8de028caa15c339e1650b5f8ffd5c029dad3176 (patch) | |
tree | d6d270a0684f3be055e5d49fda12bde02ec6b23c /graphics | |
parent | bf5ac015798338ea44aca56a8854dd9fa1a1a837 (diff) | |
download | pkgsrc-b8de028caa15c339e1650b5f8ffd5c029dad3176.tar.gz |
COMMENT should be set in Makefile, not any common Makefile parts.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 | ||||
-rw-r--r-- | graphics/sane-backends/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index cedd4a6c121..00a21b28da2 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2002/09/22 22:01:12 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2002/11/09 13:45:58 wiz Exp $ .include "Makefile.common" +COMMENT= API for access to scanners, digitals camera, frame grabbers etc. DISTNAME= sane-backends-${SANE_VERSION} diff --git a/graphics/sane-backends/Makefile.common b/graphics/sane-backends/Makefile.common index 494d2580e93..68362f137bd 100644 --- a/graphics/sane-backends/Makefile.common +++ b/graphics/sane-backends/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2002/08/26 21:20:32 tron Exp $ +# $NetBSD: Makefile.common,v 1.5 2002/11/09 13:45:58 wiz Exp $ CATEGORIES?= graphics MASTER_SITES?= ftp://ftp.mostang.com/pub/sane/sane-${SANE_VERSION}/ \ @@ -8,7 +8,6 @@ MASTER_SITES?= ftp://ftp.mostang.com/pub/sane/sane-${SANE_VERSION}/ \ MAINTAINER?= packages@netbsd.org HOMEPAGE?= http://www.mostang.com/sane/ -COMMENT?= API for access to scanners, digitals camera, frame grabbers etc. SANE_MAJOR= 1 SANE_MINOR= 0 |