mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
- "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]
19 lines
487 B
Scheme
19 lines
487 B
Scheme
*** 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)
|