diff options
author | Alexander Langer <alex@FreeBSD.org> | 2002-05-27 13:21:11 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2002-05-27 13:21:11 +0000 |
commit | 01ee33ab8f33d57b9cc3ad78c74dcaacb80d8e2e (patch) | |
tree | 0613436ff58922355c2676007a06c730b8b10409 /shells/scsh/files/patch-aa | |
parent | Update checksum. Mozilla folks follow their practice of updating already (diff) |
Update port to version 0.6.2
Notes
Notes:
svn path=/head/; revision=60124
Diffstat (limited to 'shells/scsh/files/patch-aa')
-rw-r--r-- | shells/scsh/files/patch-aa | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/shells/scsh/files/patch-aa b/shells/scsh/files/patch-aa deleted file mode 100644 index fdcffc3b20e0..000000000000 --- a/shells/scsh/files/patch-aa +++ /dev/null @@ -1,55 +0,0 @@ -*** Makefile.in.orig Wed Jan 9 21:27:46 2002 ---- Makefile.in Fri Jan 11 15:05:48 2002 -*************** -*** 31,37 **** - mandir = @mandir@/man$(manext) - ### End of `configure' section### - -! htmldir = $(prefix)/html - - # HP 9000 series, if you don't have gcc - # CC = cc ---- 31,37 ---- - mandir = @mandir@/man$(manext) - ### End of `configure' section### - -! htmldir = $(libdir)/scsh/doc/html - - # HP 9000 series, if you don't have gcc - # CC = cc -*************** -*** 367,375 **** - done && \ - for f in $(srcdir)/doc/scsh-manual/html/*.html \ - $(srcdir)/doc/scsh-manual/html/*.gif \ -! $(srcdir)/doc/scsh-manual/html/*.css \ -! $(srcdir)/doc/src/manual/*.html \ -! $(srcdir)/doc/html/*.html; \ - do $(INSTALL_DATA) $$f $(htmldir)/; \ - done - ---- 367,373 ---- - done && \ - for f in $(srcdir)/doc/scsh-manual/html/*.html \ - $(srcdir)/doc/scsh-manual/html/*.gif \ -! $(srcdir)/doc/scsh-manual/html/*.css; \ - do $(INSTALL_DATA) $$f $(htmldir)/; \ - done - -*************** -*** 399,405 **** - } \ - done && \ - for dir in \ -! rts env big opt misc link scsh doc/scsh-manual doc/s48-manual cig; \ - do \ - { mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || { \ - echo "$(LIB)/$$dir not a writable directory" >&2; \ ---- 397,403 ---- - } \ - done && \ - for dir in \ -! rts env big opt misc link scsh doc/scsh-manual doc/s48-manual; \ - do \ - { mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || { \ - echo "$(LIB)/$$dir not a writable directory" >&2; \ |