summaryrefslogtreecommitdiff
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0dd0ea596a01ad42bf95558677bb8b3558cfc518 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /graphics/sane-backends
parent2040f60083a0ef86919ddcf2b21a05cd4b863326 (diff)
downloadpkgsrc-0dd0ea596a01ad42bf95558677bb8b3558cfc518.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r--graphics/sane-backends/Makefile6
-rw-r--r--graphics/sane-backends/options.mk10
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 25d7fe085a4..be6d17cae55 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2006/08/05 22:41:49 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2007/02/22 19:26:36 wiz Exp $
.include "Makefile.common"
COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
-DISTNAME= sane-backends-${SANE_VERSION}
+DISTNAME= sane-backends-${SANE_VERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
USE_TOOLS+= msgfmt
@@ -19,7 +19,7 @@ PLIST_SUBST+= SANE_PINT="@comment "
PLIST_SUBST+= SANE_SM3600="@comment "
.elif (${OPSYS} == "Linux") || (${OPSYS} == "DragonFly")
PLIST_SUBST+= SANE_PINT="@comment "
-PLIST_SUBST+= SANE_SM3600=""
+PLIST_SUBST+= SANE_SM3600=""
.else
PLIST_SUBST+= SANE_PINT=""
PLIST_SUBST+= SANE_SM3600=""
diff --git a/graphics/sane-backends/options.mk b/graphics/sane-backends/options.mk
index 89956e60c41..577044ec233 100644
--- a/graphics/sane-backends/options.mk
+++ b/graphics/sane-backends/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2007/01/30 07:09:03 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2007/02/22 19:26:36 wiz Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.sane-backends
-PKG_SUPPORTED_OPTIONS= sane-backends-hp3900
+PKG_OPTIONS_VAR= PKG_OPTIONS.sane-backends
+PKG_SUPPORTED_OPTIONS= sane-backends-hp3900
PKG_SUGGESTED_OPTIONS= #defined
.include "../../mk/bsd.options.mk"
@@ -12,12 +12,12 @@ PKG_SUGGESTED_OPTIONS= #defined
### hp3900 support
###
.if !empty(PKG_OPTIONS:Mhp3900)
-PLIST_SUBST+= SANE_HP3900=""
+PLIST_SUBST+= SANE_HP3900=""
DISTFILES+= hp3900-sane1017_src_0.5.tar.gz
SITES.hp3900-sane1017_src_0.5.tar.gz=${MASTER_SITE_SOURCEFORGE:=hp3900-series/}
post-patch:
cd ${WRKSRC} && \
${PATCH} -p1 <${WRKDIR}/hp3900-sane1017_src_0.5/hp3900-sane1017_0.5.diff
.else
-PLIST_SUBST+= SANE_HP3900="@comment "
+PLIST_SUBST+= SANE_HP3900="@comment "
.endif