Index: head/www/zerowait-httpd/Makefile =================================================================== --- head/www/zerowait-httpd/Makefile (revision 421504) +++ head/www/zerowait-httpd/Makefile (revision 421505) @@ -1,27 +1,27 @@ # Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= zerowait PORTVERSION= 0.8d -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://BSDforge.com/projects/source/www/zerowait-httpd/ PKGNAMESUFFIX= -httpd DISTNAME= 0W-httpd-${PORTVERSION} MAINTAINER= portmaster@BSDforge.com COMMENT= Lightweight and fast http server LICENSE= BSD3CLAUSE USES= gmake USE_OPENSSL= yes USE_RC_SUBR= 0W-httpd ALL_TARGET= #none HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --owner=${WWWOWN} --group=${WWWGRP} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_FILES= pkg-deinstall .include Index: head/www/zerowait-httpd/files/pkg-deinstall.in =================================================================== --- head/www/zerowait-httpd/files/pkg-deinstall.in (revision 421504) +++ head/www/zerowait-httpd/files/pkg-deinstall.in (revision 421505) @@ -1,26 +1,23 @@ #!/bin/sh # # $FreeBSD$ # PATH=/bin:/usr/bin:/usr/sbin zerowait_logdir="%%LOCALBASE%%/0W-httpd/logs" case $2 in POST-DEINSTALL) if [ -d ${zerowait_logdir} ] ; then echo "===> Post-deinstallation information for $1:" echo "" echo " In order to ease updates, the log directories and" echo " configuration files modified by you were preserved." echo "" echo " Please remove them manually if you do not want to use" echo " Zerowait any longer." echo "" fi ;; -*) - exit 64 - ;; esac exit 0