diff options
-rw-r--r-- | www/wwwoffle/Makefile | 4 | ||||
-rw-r--r-- | www/wwwoffle/files/wwwoffled.sh | 2 | ||||
-rw-r--r-- | www/wwwoffle/pkg-plist | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index ccbc564518a5..2e7d82b46a7f 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Jun 1998 # Whom: Peter Mutsaers # -# $Id: Makefile,v 1.2 1999/03/08 19:58:02 fenner Exp $ +# $Id: Makefile,v 1.3 1999/03/08 20:38:17 fenner Exp $ # DISTNAME= wwwoffle-2.4 @@ -81,7 +81,7 @@ do-install: post-install: # upgrade cache, convert cache, build additional files, configure html and wwwoffle.conf - $(PKGDIR)/INSTALL ${DISTNAME} POST-INSTALL + $(SH) $(PKGDIR)/INSTALL ${DISTNAME} POST-INSTALL # keep at end .include <bsd.port.mk> diff --git a/www/wwwoffle/files/wwwoffled.sh b/www/wwwoffle/files/wwwoffled.sh new file mode 100644 index 000000000000..a902bb203d68 --- /dev/null +++ b/www/wwwoffle/files/wwwoffled.sh @@ -0,0 +1,2 @@ +#!/bin/sh +[ -x %PREFIX%/sbin/wwwoffled ] && %PREFIX%/sbin/wwwoffled > /dev/null && echo -n ' wwwoffled' diff --git a/www/wwwoffle/pkg-plist b/www/wwwoffle/pkg-plist index 74daee745645..49db82b6d307 100644 --- a/www/wwwoffle/pkg-plist +++ b/www/wwwoffle/pkg-plist @@ -125,7 +125,7 @@ wwwoffle/hold/html/messages/UserNeedsPass.html wwwoffle/hold/html/messages/WillGet.html wwwoffle/hold/html/robots.txt wwwoffle/hold/html/wwwoffle.pac -wwwoffle/hold/upgrade-config.pl +@comment wwwoffle/hold/upgrade-config.pl wwwoffle/html/FAQ.html wwwoffle/html/Welcome.html wwwoffle/html/htdig/button1.gif @@ -227,10 +227,12 @@ wwwoffle/html/messages/UserNeedsPass.html wwwoffle/html/messages/WillGet.html wwwoffle/html/robots.txt wwwoffle/html/wwwoffle.pac +@unexec rm -rf %D/wwwoffle/http wwwoffle/outgoing/Owwwoffle-browser wwwoffle/outgoing/Owwwoffle-user wwwoffle/outgoing/Uwwwoffle-browser wwwoffle/outgoing/Uwwwoffle-user +wwwoffle/wwwoffle.conf wwwoffle/wwwoffle.conf.install @dirrm wwwoffle/hold/html/htdig/conf @dirrm wwwoffle/hold/html/htdig/scripts @@ -251,5 +253,4 @@ wwwoffle/wwwoffle.conf.install @dirrm wwwoffle/lasttime @dirrm wwwoffle/monitor @dirrm wwwoffle/outgoing -@dirrm wwwoffle/http @dirrm wwwoffle |