mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
This port is missing a couple of files, and makes incorrect assumptions
about the permissions on one file. PR: 11195 Submitted by: maintainer
This commit is contained in:
parent
d31bbd69da
commit
591ef95b34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17994
@ -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>
|
||||
|
2
www/wwwoffle/files/wwwoffled.sh
Normal file
2
www/wwwoffle/files/wwwoffled.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
[ -x %PREFIX%/sbin/wwwoffled ] && %PREFIX%/sbin/wwwoffled > /dev/null && echo -n ' wwwoffled'
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user