summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-15 09:51:58 +0000
committerjoerg <joerg>2008-06-15 09:51:58 +0000
commitbf09f4789a76b00e7728fdb17456145f36d1debc (patch)
tree83ecf28a83c06fb685449261e4a5c056825e7a06 /meta-pkgs/boost
parent181dee62c95770c098eebbf5dcd9ffc30b9d2fb8 (diff)
downloadpkgsrc-bf09f4789a76b00e7728fdb17456145f36d1debc.tar.gz
Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
Diffstat (limited to 'meta-pkgs/boost')
-rw-r--r--meta-pkgs/boost/Makefile6
1 files changed, 2 insertions, 4 deletions
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"