pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Meta packages have user-destdir support and don't n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bd1f02e891e
branches:  trunk
changeset: 536662:1bd1f02e891e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Dec 19 12:32:06 2007 +0000

description:
Meta packages have user-destdir support and don't need any patches.

diffstat:

 mk/bsd.pkg.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r e3adbb06d88e -r 1bd1f02e891e mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Wed Dec 19 12:27:27 2007 +0000
+++ b/mk/bsd.pkg.mk     Wed Dec 19 12:32:06 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1931 2007/12/19 11:56:19 rillig Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1932 2007/12/19 12:32:06 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -81,11 +81,14 @@
 # Keywords: meta meta-package META_PACKAGE
 #
 .if defined(META_PACKAGE)
+PKG_DESTDIR_SUPPORT=   user-destdir
 NO_CHECKSUM=           yes
 NO_CONFIGURE=          yes
 NO_BUILD=              yes
 DISTFILES=             # none
 PLIST_SRC=             # none
+do-patch:
+       @${DO_NADA}
 do-install:
        @${DO_NADA}
 .endif



Home | Main Index | Thread Index | Old Index