pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Move meta package override earlier.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fe7a12761e2
branches:  trunk
changeset: 542743:1fe7a12761e2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 26 13:25:22 2008 +0000

description:
Move meta package override earlier.

diffstat:

 mk/bsd.pkg.mk |  39 +++++++++++++++++++--------------------
 1 files changed, 19 insertions(+), 20 deletions(-)

diffs (60 lines):

diff -r aa265ca830b5 -r 1fe7a12761e2 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon May 26 12:59:01 2008 +0000
+++ b/mk/bsd.pkg.mk     Mon May 26 13:25:22 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1945 2008/05/25 21:42:22 joerg Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1946 2008/05/26 13:25:22 joerg Exp $
 #
 # This file is in the public domain.
 #
@@ -46,6 +46,24 @@
 .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
+
 ####
 
 ############################################################################
@@ -87,25 +105,6 @@
 ACCEPTABLE_LICENSES=   ${ACCEPTABLE_LICENCES}
 .endif
 
-
-# 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
-
 ##### Others
 
 BUILD_DEPENDS?=                # empty



Home | Main Index | Thread Index | Old Index