diff options
author | nork <nork@FreeBSD.org> | 2004-05-13 10:59:45 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-05-13 10:59:45 +0800 |
commit | 973e55db130fcbf6df93a4b88edddf5e024ece06 (patch) | |
tree | 8cde47276b09189cb110754b42f62ed9457dadb9 /www | |
parent | 8eee3da956856f116d82669a7b30e6e023bb49ad (diff) | |
download | freebsd-ports-gnome-973e55db130fcbf6df93a4b88edddf5e024ece06.tar.gz freebsd-ports-gnome-973e55db130fcbf6df93a4b88edddf5e024ece06.tar.zst freebsd-ports-gnome-973e55db130fcbf6df93a4b88edddf5e024ece06.zip |
o Add to remove pid file as stop_postcmd.
o Bump PORTREVISION accordingly.
Approved by: sumikawa (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwoffle/Makefile | 2 | ||||
-rw-r--r-- | www/wwwoffle/files/wwwoffled.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 1c68c31704ef..ab5be1df3833 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -7,7 +7,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.8b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/ EXTRACT_SUFX= .tgz diff --git a/www/wwwoffle/files/wwwoffled.sh b/www/wwwoffle/files/wwwoffled.sh index 7fb48f567080..83e5061d06f1 100644 --- a/www/wwwoffle/files/wwwoffled.sh +++ b/www/wwwoffle/files/wwwoffled.sh @@ -29,5 +29,6 @@ load_rc_config $name pidfile="${wwwoffled_pidfile}" command_args="-p > ${pidfile} 2> /dev/null" required_files="${wwwoffled_conffile}" +stop_postcmd="/bin/rm -f ${pidfile}" run_rc_command "$1" |