summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 01:09:01 +0000
committerjoerg <joerg>2008-06-12 01:09:01 +0000
commitcce8b72ae5b66d3a54ac565ef8ac6780597301bc (patch)
tree944256bed35067fd70e782c87a4dbfd9be3e433b /mk/bsd.pkg.mk
parentd65404eab72d7bb37820ca8d9a4d339d1cfbfc9a (diff)
downloadpkgsrc-cce8b72ae5b66d3a54ac565ef8ac6780597301bc.tar.gz
Move META_PACKAGE logic from bsd.pkg.mk to bds.prefs.mk, otherwise it
can't define destdir support.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk20
1 files changed, 1 insertions, 19 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 677d72129a8..7c504cecca6 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1947 2008/06/12 00:06:27 joerg Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1948 2008/06/12 01:09:01 joerg Exp $
#
# This file is in the public domain.
#
@@ -46,24 +46,6 @@ PKGNAME_NOREV= ${PKGNAME}
.endif
PKGVERSION_NOREV= ${PKGNAME_NOREV:C/^.*-//}
-# A meta-package is a package that does not have any files and whose
-# only purpose is to depend on other packages, giving that collection
-# a simple name.
-#
-# Keywords: meta meta-package META_PACKAGE
-#
-.if defined(META_PACKAGE)
-PKG_DESTDIR_SUPPORT= user-destdir
-NO_CONFIGURE= yes
-NO_BUILD= yes
-DISTFILES= # none
-PLIST_SRC= # none
-do-patch:
- @${DO_NADA}
-do-install:
- @${DO_NADA}
-.endif
-
####
############################################################################