diff options
author | grant <grant> | 2003-03-08 08:45:22 +0000 |
---|---|---|
committer | grant <grant> | 2003-03-08 08:45:22 +0000 |
commit | 4b0872e72c3e74f92d513bb060d07bb7d97b4ac1 (patch) | |
tree | 9b0d9e5f7741b9d0cdd19fd92ab5701ec1b24a7e /mk | |
parent | 8180978ed91759901d25703dc6f22bee6d8f2a01 (diff) | |
download | pkgsrc-4b0872e72c3e74f92d513bb060d07bb7d97b4ac1.tar.gz |
provide CDRECORD_CONF.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index ba86eddaa4b..b0c1545cbf9 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.132 2003/03/04 00:29:14 seb Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.133 2003/03/08 08:45:22 grant Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -518,6 +518,14 @@ ATERM_USE_GREEK?= NO # Possible: category/pkg # Default: not defined +#CDRECORD_CONF= ${PKG_SYSCONFDIR}/cdrecord.conf +# The location of the cdrtools/cdrecord configuration file. The +# sysutils/cdrecord pkg issues a warning if the cdrtools default of +# /etc/default/cdrecord is changed, and the man pages are updated +# accordingly. This is required by the cdrtools license. +# Possible: any file name +# Default: ${PKG_SYSCONFDIR}/cdrecord.conf + CUPS_GROUP?= sys # Used in cups to specify the group to run CUPS commands as. # Possible: any group name |