diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-10 02:37:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-10 02:37:13 +0000 |
commit | 85575fe696aa4cab824274253798fae64d81e858 (patch) | |
tree | cadd31aa35ec1b8fa89603959be30c6aed5e979b /mk/plist | |
parent | 9aab73bb503b546c088bfa793214b84aab986251 (diff) | |
download | pkgsrc-85575fe696aa4cab824274253798fae64d81e858.tar.gz |
Added _VARGROUPS.
Diffstat (limited to 'mk/plist')
-rw-r--r-- | mk/plist/plist.mk | 7 |
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 |