summaryrefslogtreecommitdiff
path: root/lang/scsh/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/scsh/files/patch-aa')
-rw-r--r--lang/scsh/files/patch-aa55
1 files changed, 0 insertions, 55 deletions
diff --git a/lang/scsh/files/patch-aa b/lang/scsh/files/patch-aa
deleted file mode 100644
index fdcffc3b20e0..000000000000
--- a/lang/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; \