diff options
author | tron <tron> | 1998-07-13 18:20:08 +0000 |
---|---|---|
committer | tron <tron> | 1998-07-13 18:20:08 +0000 |
commit | 3c412d523de36e1d2ef2274aba1efb5ad7034b5c (patch) | |
tree | 31f8dbd070ae4c9146b1ab36888bbf8d19ed8590 /www/wwwoffle/patches | |
parent | 038bd485974a7d1c637c5bea49b81e3728ed6ca6 (diff) | |
download | pkgsrc-3c412d523de36e1d2ef2274aba1efb5ad7034b5c.tar.gz |
Update "wwwoffle" to version 2.2.
Diffstat (limited to 'www/wwwoffle/patches')
-rw-r--r-- | www/wwwoffle/patches/patch-aa | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/www/wwwoffle/patches/patch-aa b/www/wwwoffle/patches/patch-aa index b1db490314e..600dfff1c75 100644 --- a/www/wwwoffle/patches/patch-aa +++ b/www/wwwoffle/patches/patch-aa @@ -1,13 +1,14 @@ ---- Makefile.orig Sat Jun 6 18:02:38 1998 -+++ Makefile Sat Jun 6 18:05:01 1998 +--- Makefile.orig Mon Jun 15 20:58:24 1998 ++++ Makefile Sat Jul 11 23:42:20 1998 @@ -14,17 +14,17 @@ ######## -INSTDIR=/usr/local -+INSTDIR=${PREFIX} - SPOOLDIR=/var/spool/wwwoffle +-SPOOLDIR=/var/spool/wwwoffle -CONFDIR=/var/spool/wwwoffle ++INSTDIR=${PREFIX} ++SPOOLDIR=/var/wwwoffle +CONFDIR=${PREFIX}/etc/wwwoffle ######## @@ -19,6 +20,15 @@ LD=gcc -LDFLAGS=-g +LDFLAGS=-s + # For HP/UX this is a good idea. + #LDFLAGS= - LEX=flex -i -L - +@@ -240,7 +240,7 @@ + [ -e $(SPOOLDIR)/html -a ! -e $(SPOOLDIR)/html.old ] && mv $(SPOOLDIR)/html $(SPOOLDIR)/html.old ;\ + [ ! -e $(SPOOLDIR)/html ] && mkdir $(SPOOLDIR)/html + @for f in html/* ; do \ +- cp -a $$f $(SPOOLDIR)/$$f && echo "Installing $(SPOOLDIR)/$$f";\ ++ cp -R $$f $(SPOOLDIR)/$$f && echo "Installing $(SPOOLDIR)/$$f";\ + done + @([ -d $(SPOOLDIR) -a ! -d $(SPOOLDIR)/prevtime1 ] && ./endian-cache > /dev/null 2>&1 ) || \ + (echo "WWWOFFLE: " ;\ |