Document (commented) SAWFISH_THEMES variable, specifying the DISTFILES for

wm/sawfish-themes (default: about 180 themes available on themes.freshmeat.net)
This commit is contained in:
jschauma 2002-10-07 17:09:11 +00:00
parent f6971f7f55
commit 58933cb993

View file

@ -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"