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-ac | |
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-ac')
-rw-r--r-- | lang/scsh/files/patch-ac | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/lang/scsh/files/patch-ac b/lang/scsh/files/patch-ac index 42c68f84edeb..93feb49aa9a1 100644 --- a/lang/scsh/files/patch-ac +++ b/lang/scsh/files/patch-ac @@ -1,19 +1,19 @@ -*** configure.in.original Tue Nov 26 17:10:41 1996 ---- configure.in Tue Nov 26 17:11:07 1996 +*** configure.in.orig Wed Jan 9 15:54:29 2002 +--- configure.in Fri Jan 11 12:36:21 2002 *************** -*** 220,226 **** - fi - - AR=${AR-"ar cq"} -! TMPDIR=${TMPDIR-"/usr/tmp"} - - case "$host" in - ---- 220,226 ---- - fi - - AR=${AR-"ar cq"} -! TMPDIR=${TMPDIR-"/var/tmp"} - - case "$host" in - +*** 226,232 **** + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/usr/tmp"} + case "$host" in + ## CX/UX + m88k-harris-cxux* ) +--- 226,232 ---- + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/var/tmp"} + case "$host" in + ## CX/UX + m88k-harris-cxux* ) |