summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
commit601583c3207bd23bb05d0761888aefcb5699e1c2 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /news/inn
parent7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff)
downloadpkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/options.mk b/news/inn/options.mk
index c76e3f71fbd..9f00299ce9d 100644
--- a/news/inn/options.mk
+++ b/news/inn/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2006/01/04 10:32:40 tron Exp $
+# $NetBSD: options.mk,v 1.2 2007/02/22 19:27:01 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.inn
PKG_SUPPORTED_OPTIONS= python
@@ -11,7 +11,7 @@ PKG_SUGGESTED_OPTIONS=
###
.if !empty(PKG_OPTIONS:Mpython)
CONFIGURE_ARGS+= --with-python
-CONFIGURE_ENV+= _PATH_PYTHON=${PYTHONBIN:Q}
+CONFIGURE_ENV+= _PATH_PYTHON=${PYTHONBIN:Q}
.include "../../lang/python/application.mk"
.endif