diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-01-14 06:53:27 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-01-14 06:53:27 +0000 |
| commit | 963ec014d2e74bb984b8eb4dcf3c7b1e02ff3425 (patch) | |
| tree | b3c16fcdd81f7941fafc5cbacf01a64f585c7996 /lang/scsh/files/patch-static.scm | |
| parent | Change MAINTAINER to the capable hands of Johannes 5 Joemann (diff) | |
Upgrade to v0.6.0.
- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
"pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added
Approved by: alex [MAINTAINER]
Notes
Notes:
svn path=/head/; revision=53035
Diffstat (limited to 'lang/scsh/files/patch-static.scm')
| -rw-r--r-- | lang/scsh/files/patch-static.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/scsh/files/patch-static.scm b/lang/scsh/files/patch-static.scm new file mode 100644 index 000000000000..72ef6b100053 --- /dev/null +++ b/lang/scsh/files/patch-static.scm @@ -0,0 +1,19 @@ +*** scsh/static.scm.orig Fri Jan 11 12:50:39 2002 +--- scsh/static.scm Fri Jan 11 12:50:46 2002 +*************** +*** 128,134 **** + options + (or (options:temp-dir options) + (getenv "TMPDIR") +! "/usr/tmp")) + (set-options:cc-command + options + (or (options:cc-command options) +--- 128,134 ---- + options + (or (options:temp-dir options) + (getenv "TMPDIR") +! "/var/tmp")) + (set-options:cc-command + options + (or (options:cc-command options) |
