summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2007-10-10 02:37:13 +0000
committerrillig <rillig>2007-10-10 02:37:13 +0000
commit38857952aa7c4371ccb9e31275ac6dffb5ec6487 (patch)
treecadd31aa35ec1b8fa89603959be30c6aed5e979b
parent1143b0596697867aaaed9fb3c733964b7375fcba (diff)
downloadpkgsrc-38857952aa7c4371ccb9e31275ac6dffb5ec6487.tar.gz
Added _VARGROUPS.
-rw-r--r--mk/plist/plist.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk
index 28c2fac4891..c09ec1b22cc 100644
--- a/mk/plist/plist.mk
+++ b/mk/plist/plist.mk
@@ -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