diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-03 13:56:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-03 13:56:28 +0000 |
commit | 1a2276974baa8f0abcf6bf78af5f5893d778f802 (patch) | |
tree | 3f98c7859b426be0047e4cfc67d2c21ae4a7035b /mk/bsd.pkg.mk | |
parent | 1a67402f7c289191fce9c1ffaed1954548926e23 (diff) | |
download | pkgsrc-1a2276974baa8f0abcf6bf78af5f5893d778f802.tar.gz |
Don't restrict the user to only the default view. Also allow user to
customize the default view through setting DEFAULT_VIEW in /etc/mk.conf.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index bfa57cf77e0..fd8d6837164 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1254 2003/09/02 23:38:56 seb Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1255 2003/09/03 13:56:29 jlam Exp $ # # This file is in the public domain. # @@ -4440,8 +4440,7 @@ print-PLIST: BUILD_VIEWS?= yes .endif -# XXX Only support the standard view. -PKGVIEWS= "" +PKGVIEWS+= ${DEFAULT_VIEW} # Fake installation of package so that user can pkg_delete it later. # Also, make sure that an installed package is recognized correctly in |