From b71a1d488b6b45e0a968a4c149990c25b6a09215 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- security/honeyd/Makefile | 3 +-- security/honeyd/options.mk | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'security/honeyd') diff --git a/security/honeyd/Makefile b/security/honeyd/Makefile index 12abf722d73..80764429f0f 100644 --- a/security/honeyd/Makefile +++ b/security/honeyd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/09/16 14:46:43 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/05 20:50:56 rillig Exp $ # DISTNAME= honeyd-1.0 @@ -31,7 +31,6 @@ DOCDIR= ${PREFIX}/share/doc/${PKGBASE} .for f in ${DIST_CONF_FILES} CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor -.undef f .include "../../devel/libevent/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" diff --git a/security/honeyd/options.mk b/security/honeyd/options.mk index 39b1e4fe920..9b9cc83397b 100644 --- a/security/honeyd/options.mk +++ b/security/honeyd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2005/04/20 14:34:31 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2005/12/05 20:50:56 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.honeyd PKG_SUPPORTED_OPTIONS= python rrdtool @@ -10,7 +10,7 @@ PKG_SUPPORTED_OPTIONS= python rrdtool ### .if !empty(PKG_OPTIONS:Mpython) . include "../../lang/python/extension.mk" -CONFIGURE_ENV+= _PATH_PYTHON=${PYTHONBIN} +CONFIGURE_ENV+= _PATH_PYTHON=${PYTHONBIN:Q} .else CONFIGURE_ARGS+= --without-python .endif -- cgit v1.2.3