Index: nullmailer/Makefile =================================================================== --- nullmailer/Makefile (revision 555668) +++ nullmailer/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= nullmailer PORTVERSION= 2.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://untroubled.org/nullmailer/ \ Index: nullmailer/pkg-plist =================================================================== --- nullmailer/pkg-plist (revision 555668) +++ nullmailer/pkg-plist (working copy) @@ -19,7 +19,7 @@ @dir(%%NULLMAIL_USER%%,%%NULLMAIL_USER%%,700) %%LOCALSTATEDIR%%/spool/nullmailer/queue @dir(%%NULLMAIL_USER%%,%%NULLMAIL_USER%%,700) %%LOCALSTATEDIR%%/spool/nullmailer/tmp @dir %%LOCALSTATEDIR%%/spool/nullmailer -@preexec mkfifo %%LOCALSTATEDIR%%/spool/nullmailer/trigger -@preexec chmod 600 %%LOCALSTATEDIR%%/spool/nullmailer/trigger -@preexec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/spool/nullmailer/trigger -@postunexec rm -f %%LOCALSTATEDIR%%/spool/nullmailer/trigger +@postexec mkfifo %%LOCALSTATEDIR%%/spool/nullmailer/trigger +@postexec chmod 600 %%LOCALSTATEDIR%%/spool/nullmailer/trigger +@postexec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/spool/nullmailer/trigger +@rmtry %%LOCALSTATEDIR%%/spool/nullmailer/trigger