diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-27 20:39:17 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-27 20:39:17 +0000 |
commit | 3ea5caa2a620da313e35972d377ec4e1140cf8e2 (patch) | |
tree | d796bbf91b6c8b55a42947b8d15083d8cccc5fde /misc/tinderbox/files/patch-setup.sh | |
parent | - Update to 1.0.3. (diff) |
Actually put something in files/patch-setup.sh and fix left-overs on deinstall.
Submitted by: pointyhat via kris
Diffstat (limited to '')
-rw-r--r-- | misc/tinderbox/files/patch-setup.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/tinderbox/files/patch-setup.sh b/misc/tinderbox/files/patch-setup.sh index e69de29bb2d1..96c9b2af6e7c 100644 --- a/misc/tinderbox/files/patch-setup.sh +++ b/misc/tinderbox/files/patch-setup.sh @@ -0,0 +1,11 @@ +--- ./setup.sh.orig Wed Sep 27 21:23:59 2006 ++++ ./setup.sh Wed Sep 27 21:24:43 2006 +@@ -33,7 +33,7 @@ + pb=$(realpath $(dirname $pb)) + pb=${pb%%/scripts} + +-MAN_PREREQS="lang/perl5.8 net/p5-Net security/p5-Digest-MD5" ++MAN_PREREQS="lang/perl5.8" + OPT_PREREQS="lang/php[45] databases/pear-DB www/php[45]-session" + PREF_FILES="rawenv tinderbox.ph" + README="${pb}/scripts/README" |