mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -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]
55 lines
1.6 KiB
Text
55 lines
1.6 KiB
Text
*** 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; \
|