mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Don't return error on package deinstallation.
This commit is contained in:
parent
8d8d107e62
commit
f1fe11d4c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421505
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= zerowait
|
||||
PORTVERSION= 0.8d
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://BSDforge.com/projects/source/www/zerowait-httpd/
|
||||
PKGNAMESUFFIX= -httpd
|
||||
|
@ -19,8 +19,5 @@ POST-DEINSTALL)
|
||||
echo ""
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
exit 64
|
||||
;;
|
||||
esac
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user