Index: net/quoted/Makefile =================================================================== --- net/quoted/Makefile +++ net/quoted/Makefile @@ -2,16 +2,16 @@ PORTNAME= quoted PORTVERSION= 1.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.mrp3.com/webutil/ MAINTAINER= bobf@mrp3.com COMMENT= Easily configured QOTD daemon with over 130 good quality quotes -GNU_CONFIGURE= yes USES= gmake +USE_RC_SUBR= ${PORTNAME} -USE_RC_SUBR= ${PORTNAME} +GNU_CONFIGURE= yes .include Index: net/quoted/files/quoted.in =================================================================== --- net/quoted/files/quoted.in +++ net/quoted/files/quoted.in @@ -29,7 +29,7 @@ if [ -e ${required_files} ] ; then ${command_plus_args} sleep 1 - pid=`ps ax | awk '{if (match($5, ".*/quoted$") || $5 == "quoted") print $1}` + pid=`ps ax | awk '{if (match($5, ".*/quoted$") || $5 == "quoted") print $1}'` if [ -z ${pid} ]; then echo "${name} failed to start" return 1 Index: net/quoted/pkg-plist =================================================================== --- net/quoted/pkg-plist +++ net/quoted/pkg-plist @@ -1,4 +1,4 @@ -@unexec rm -f /var/run/quoted.pid +@rmtry /var/run/quoted.pid bin/quoted etc/quotes man/man1/quoted.1.gz