summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-10-07 17:09:11 +0000
committerjschauma <jschauma>2002-10-07 17:09:11 +0000
commit82aac68067a534df8d9073c3dc99cd66b98403b1 (patch)
tree595e53f3d9e0382990dbc9905e246f36da6d2aa1 /mk
parent324af97468abf8d52b007124b41715bdd4aae8d5 (diff)
downloadpkgsrc-82aac68067a534df8d9073c3dc99cd66b98403b1.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.mk8
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"