From 3d75323aa5391188ab027b2688faacf8286ace0c Mon Sep 17 00:00:00 2001 From: dillo Date: Tue, 31 May 2005 10:01:36 +0000 Subject: Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz. --- net/arping/options.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'net/arping') diff --git a/net/arping/options.mk b/net/arping/options.mk index 5fa613688a4..7ef4c0567d1 100644 --- a/net/arping/options.mk +++ b/net/arping/options.mk @@ -1,11 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2005/02/01 18:24:34 adrianp Exp $ +# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:38 dillo Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.arping PKG_SUPPORTED_OPTIONS= arping1 arping2 - -.if !defined(PKG_OPTIONS.arping) -PKG_DEFAULT_OPTIONS+= arping1 -.endif +PKG_SUGGESTED_OPTIONS= arping1 .include "../../mk/bsd.options.mk" -- cgit v1.2.3