summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 6cd8ac3381b..b5479e6ae6c 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2005/04/11 21:47:21 tv Exp $
+# $NetBSD: Makefile,v 1.63 2005/05/31 10:01:39 dillo Exp $
#
DISTNAME= bash-2.05b
@@ -31,16 +31,11 @@ PKG_SHELL= ${PREFIX}/bin/bash
CFLAGS.Interix+= -DUSE_POSIX_GLOB_LIBRARY
-# Global and legacy options
-.if defined(BASH_STATIC) && !empty(BASH_STATIC:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= static
-.endif
-
PKG_OPTIONS_VAR= PKG_OPTIONS.bash
PKG_SUPPORTED_OPTIONS= multibyte static
-.if !defined(PKG_OPTIONS.bash)
-PKG_DEFAULT_OPTIONS+= multibyte
-.endif
+PKG_SUGGESTED_OPTIONS= multibyte
+PKG_OPTIONS_LEGACY_VARS+= BASH_STATIC:static
+
.include "../../mk/bsd.options.mk"
##