diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile index 5a57fd827828..2b0202e72c4b 100644 --- a/mail/proxsmtp/Makefile +++ b/mail/proxsmtp/Makefile @@ -7,11 +7,12 @@ PORTNAME= proxsmtp PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= http://memberwebs.com/nielsen/software/proxsmtp/ MAINTAINER= saturnero@gufi.org -COMMENT= A flexible SMTP filter which can act also as trasparent proxy +COMMENT= A flexible SMTP filter which can act also as transparent proxy USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/mail/proxsmtp/files/proxsmtpd.sh.in b/mail/proxsmtp/files/proxsmtpd.sh.in index 6ce1324a0a33..e93e4437fd45 100644 --- a/mail/proxsmtp/files/proxsmtpd.sh.in +++ b/mail/proxsmtp/files/proxsmtpd.sh.in @@ -26,6 +26,5 @@ load_rc_config ${name} required_files="${proxsmtpd_conf}" command=%%PREFIX%%/sbin/proxsmtpd command_args="-f ${proxsmtpd_conf}" -sig_stop=-KILL run_rc_command "$1"