diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-15 09:51:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-15 09:51:58 +0000 |
commit | 76e564a8a9fb456836c4de9f2565aa5552515f7d (patch) | |
tree | 83ecf28a83c06fb685449261e4a5c056825e7a06 /meta-pkgs/modular-xorg-apps | |
parent | 6d8cb09354d1a13b900d9c48b49c5c6c46e12ce9 (diff) | |
download | pkgsrc-76e564a8a9fb456836c4de9f2565aa5552515f7d.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/modular-xorg-apps')
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index ca8ed27a6f4..15da24a0a65 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/05/24 21:45:21 tnn Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/15 09:51:59 joerg Exp $ DISTNAME= # empty PKGNAME= modular-xorg-apps-1.5 @@ -10,7 +10,7 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Modular Xorg application meta-package -PKG_DESTDIR_SUPPORT= user-destdir +META_PACKAGE= yes DEPENDS+= xbiff-[0-9]*:../../mail/xbiff DEPENDS+= twm-[0-9]*:../../wm/twm @@ -63,6 +63,4 @@ DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo DEPENDS+= xwd-[0-9]*:../../x11/xwd DEPENDS+= xwud-[0-9]*:../../x11/xwud -META_PACKAGE= yes - .include "../../mk/bsd.pkg.mk" |