diff options
author | steve <steve@FreeBSD.org> | 1999-04-19 04:11:32 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-19 04:11:32 +0000 |
commit | 88e470c35d985e51f6238b968f863c8131a788d6 (patch) | |
tree | 26c69c071ceb88be199c73b9b2ca0cbbba2c0772 /www/wwwoffle | |
parent | abc2f3348bb7b8d9baeec450b3ba9faedc7c7c77 (diff) | |
download | FreeBSD-ports-88e470c35d985e51f6238b968f863c8131a788d6.zip FreeBSD-ports-88e470c35d985e51f6238b968f863c8131a788d6.tar.gz |
This port is missing a couple of files, and makes incorrect assumptions
about the permissions on one file.
PR: 11195
Submitted by: maintainer
Diffstat (limited to 'www/wwwoffle')
-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 ccbc564..2e7d82b 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 0000000..a902bb2 --- /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 74daee7..49db82b 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 |