From 38857952aa7c4371ccb9e31275ac6dffb5ec6487 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 10 Oct 2007 02:37:13 +0000 Subject: Added _VARGROUPS. --- mk/plist/plist.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mk/plist') 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 -- cgit v1.2.3