summaryrefslogtreecommitdiff
path: root/mail
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 /mail
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 'mail')
-rw-r--r--mail/claws-mail-pgp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile
index 919f706175d..25b38ba3924 100644
--- a/mail/claws-mail-pgp/Makefile
+++ b/mail/claws-mail-pgp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:34 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/15 09:51:59 joerg Exp $
#
-PKG_DESTDIR_SUPPORT= user-destdir
+META_PACKAGE= yes
.include "../../mail/claws-mail/Makefile.vers"
@@ -15,6 +15,4 @@ DEPENDS+= claws-mail-pgpcore-3.4.0{,nb[0-9]*}:../../mail/claws-mail-pgpcore
DEPENDS+= claws-mail-pgpmime-3.4.0{,nb[0-9]*}:../../mail/claws-mail-pgpmime
DEPENDS+= claws-mail-pgpinline-3.4.0{,nb[0-9]*}:../../mail/claws-mail-pgpinline
-META_PACKAGE= yes
-
.include "../../mk/bsd.pkg.mk"