diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-10-07 17:09:11 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-10-07 17:09:11 +0000 |
commit | 58933cb993eab950cfc94e912b9d3b3745a0e611 (patch) | |
tree | 595e53f3d9e0382990dbc9905e246f36da6d2aa1 /mk | |
parent | f6971f7f558c6a396e3f776c1c8d37fa1f74d5e4 (diff) | |
download | pkgsrc-58933cb993eab950cfc94e912b9d3b3745a0e611.tar.gz |
Document (commented) SAWFISH_THEMES variable, specifying the DISTFILES for
wm/sawfish-themes (default: about 180 themes available on themes.freshmeat.net)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 3d0b1591e0a..384b954e954 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.93 2002/10/07 14:55:08 hubertf Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.94 2002/10/07 17:09:11 jschauma Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -332,6 +332,12 @@ PRE_ROOT_CMD?= ${TRUE} # Possible: any shell commands # Default: none +#SAWFISH_THEMES= +# Specifies the DISTFILES for wm/sawfish-themes, to allow the user to choose +# which themes to install +# Possible: empty, any number of theme-name-[0-9]*.*.tar.gz +# Default: Set to include about 180 themes available on themes.freshmeat.net + SU_CMD?= ${ROOT_CMD} # Command to perform before "make install", if the user does not have # an effective uid of 0. A possible substitute is "sudo sh -c" |