pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/plist Added _VARGROUPS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15fd798f58e5
branches:  trunk
changeset: 533972:15fd798f58e5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 10 02:37:13 2007 +0000

description:
Added _VARGROUPS.

diffstat:

 mk/plist/plist.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 6a50079eb1a6 -r 15fd798f58e5 mk/plist/plist.mk
--- a/mk/plist/plist.mk Wed Oct 10 00:09:48 2007 +0000
+++ b/mk/plist/plist.mk Wed Oct 10 02:37:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.31 2007/08/03 14:03:40 joerg Exp $
+# $NetBSD: plist.mk,v 1.32 2007/10/10 02:37:13 rillig Exp $
 #
 # This Makefile fragment handles the creation of PLISTs for use by
 # pkg_create(8).
@@ -30,6 +30,11 @@
 #      *not* contain info files.
 #
 
+_VARGROUPS+=           plist
+_USER_VARS.plist=      # none
+_PKG_VARS.plist=       PLIST_SUBST PLIST_SRC GENERATE_PLIST
+_SYS_VARS.plist=       PLIST_TYPE PLIST
+
 .if ${PKG_INSTALLATION_TYPE} == "pkgviews"
 PLIST_TYPE?=   dynamic
 .endif



Home | Main Index | Thread Index | Old Index