diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 19:55:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 19:55:49 +0000 |
commit | ffee13f318a7b2c169b31dfa0ff305ce0c4eb5ea (patch) | |
tree | c25e64c9c728c36a6d95d9d41ba8fbce1da303ef /graphics/epix/files/patch-newbash.sh | |
parent | Catch the 'cklatest' target up to changes on the MASTER_SITES. (diff) |
- Update to 1.0.0
PR: ports/73461
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=120911
Diffstat (limited to 'graphics/epix/files/patch-newbash.sh')
-rw-r--r-- | graphics/epix/files/patch-newbash.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/epix/files/patch-newbash.sh b/graphics/epix/files/patch-newbash.sh index 0b7fadd4dd18..4d59627268a8 100644 --- a/graphics/epix/files/patch-newbash.sh +++ b/graphics/epix/files/patch-newbash.sh @@ -1,11 +1,11 @@ ---- newbash.sh.orig Sat Apr 26 09:34:50 2003 -+++ newbash.sh Thu Jun 19 13:08:48 2003 +--- newbash.sh.orig Thu Aug 26 21:41:44 2004 ++++ newbash.sh Wed Nov 3 00:52:21 2004 @@ -1,10 +1,10 @@ #!/bin/sh # - for FILE in elaps laps make_header post-uninst.sh pre-install.sh prepix \ -- samples/sample.sh samples/makefigs Makefile -+ helpfiles.sh samples/sample.sh samples/makefigs Makefile + for FILE in elaps laps make_header post-uninst.sh pre-install.sh preflix \ +- prepix samples/sample.sh samples/makefigs Makefile ++ prepix helpfiles.sh samples/sample.sh samples/makefigs Makefile do mv $FILE $FILE.orig - sed 's+/bin/bash+/usr/local/bin/bash+g' $FILE.orig > $FILE |