diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-17 12:58:14 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-17 12:58:14 +0000 |
commit | 9b6dd7bb85f11e9d0cb39573f8ce817082f16b70 (patch) | |
tree | f2f853901a20baf8f7a2ea6ebf9274899cb38799 /sysutils/stowES/files | |
parent | f49c11dfbd22a34910ff2fa16989e838b20fee11 (diff) | |
download | FreeBSD-ports-9b6dd7bb85f11e9d0cb39573f8ce817082f16b70.zip FreeBSD-ports-9b6dd7bb85f11e9d0cb39573f8ce817082f16b70.tar.gz |
add stowES
stow Enhancement Script
Diffstat (limited to 'sysutils/stowES/files')
-rw-r--r-- | sysutils/stowES/files/patch-stowES.in | 11 | ||||
-rw-r--r-- | sysutils/stowES/files/patch-stowES.pod | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/stowES/files/patch-stowES.in b/sysutils/stowES/files/patch-stowES.in new file mode 100644 index 0000000..4cd13607 --- /dev/null +++ b/sysutils/stowES/files/patch-stowES.in @@ -0,0 +1,11 @@ +--- stowES.in.orig Sat Mar 17 17:57:20 2001 ++++ stowES.in Sat Mar 17 18:00:33 2001 +@@ -90,7 +90,7 @@ + my %ParamConfigure; + my %ParamMake; + +-my @rcFiles = ('/etc/stowESrc', '~/.stowESrc'); ++my @rcFiles = ('%%PREFIX%%/etc/stowESrc', '~/.stowESrc'); + my @ConfigFiles = (); # config-files given by the user + + my %Progs = ( make => 'make', diff --git a/sysutils/stowES/files/patch-stowES.pod b/sysutils/stowES/files/patch-stowES.pod new file mode 100644 index 0000000..37b327f --- /dev/null +++ b/sysutils/stowES/files/patch-stowES.pod @@ -0,0 +1,11 @@ +--- stowES.pod.orig Sat Mar 17 18:03:45 2001 ++++ stowES.pod Sat Mar 17 18:04:05 2001 +@@ -583,7 +583,7 @@ + You may store any option you would write on the command line in a config + file. These options are pushed before the arguments you gave on the + command line, so you can overwrite options given in a config file. +-Standard configs may be placed in "/etc/stowESrc" and/or "~/.stowESrc". ++Standard configs may be placed in "%%PREFIX%%/etc/stowESrc" and/or "~/.stowESrc". + + The system wide configuration file is read first. + |