diff options
author | alex <alex@FreeBSD.org> | 2001-08-15 02:10:15 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-08-15 02:10:15 +0000 |
commit | 41b9b2c518b80661bd2d79a68cf54ff484140dfc (patch) | |
tree | edfd780844d59a8df77aad9fbc7ac76de1b451f5 /sysutils/xcdroast | |
parent | 98c24bb966dbe7b2025fcdbe07ccd41c6c15739d (diff) | |
download | FreeBSD-ports-41b9b2c518b80661bd2d79a68cf54ff484140dfc.zip FreeBSD-ports-41b9b2c518b80661bd2d79a68cf54ff484140dfc.tar.gz |
Update to 0.98.a.9 Alpha9.
Submitted by: maintainer
Diffstat (limited to 'sysutils/xcdroast')
-rw-r--r-- | sysutils/xcdroast/files/patch-xcdroast.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/xcdroast/files/patch-xcdroast.h b/sysutils/xcdroast/files/patch-xcdroast.h new file mode 100644 index 0000000..da1959a --- /dev/null +++ b/sysutils/xcdroast/files/patch-xcdroast.h @@ -0,0 +1,19 @@ +--- xcdroast.h.orig Tue Aug 14 00:15:43 2001 ++++ xcdroast.h Tue Aug 14 00:46:08 2001 +@@ -89,14 +89,14 @@ + #define SAVEMASTERTRACK "mkisofs.out" + + /* default paths/configfile */ +-#define PREFIX "/usr/local" ++#define PREFIX "%%PREFIX%%" + #define LIBDIR "lib/xcdroast-0.98" + #define CONFIGDIR "~/.xcdroast" + #define CONFFILE "xcdr098.cfg" + #define LOGFILE "xcdr098.log" + #define ISOOPTFILE "isoopt.cfg" + #define ISOHEADERFILE "isoheader.cfg" +-#define ROOTCONFIG "/etc/xcdroast.conf" ++#define ROOTCONFIG "%%PREFIX%%/etc/xcdroast.conf" + + /* language stuff*/ + #define MAXENTRIES 512 |