From bf09f4789a76b00e7728fdb17456145f36d1debc Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 15 Jun 2008 09:51:58 +0000 Subject: Make sure that meta packages set META_PACKAGE before including bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages. --- meta-pkgs/boost/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta-pkgs/boost') diff --git a/meta-pkgs/boost/Makefile b/meta-pkgs/boost/Makefile index df015ea954a..ae54b4ab873 100644 --- a/meta-pkgs/boost/Makefile +++ b/meta-pkgs/boost/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2008/02/05 22:34:47 heinz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/15 09:51:59 joerg Exp $ # BOOST_PACKAGE= meta-pkg BOOST_COMMENT= (meta package) PKGREVISION= 3 -PKG_DESTDIR_SUPPORT= user-destdir +META_PACKAGE= yes .include "Makefile.common" @@ -26,6 +26,4 @@ DEPENDS+= boost-jam-${BOOST_DEPENDS_VERSION}:../../devel/boost-jam DEPENDS+= boost-libs-${BOOST_DEPENDS_VERSION}:../../devel/boost-libs DEPENDS+= boost-python-${BOOST_DEPENDS_VERSION}:../../devel/boost-python -META_PACKAGE= yes - .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3