diff options
Diffstat (limited to 'mail/cucipop/Makefile')
-rw-r--r-- | mail/cucipop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 467cb46bcd40..7795d3a3aa00 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -27,6 +27,7 @@ COMMENT= Cubic Circle's POP3 daemon (fully RFC1939 compliant) MAN8= cucipop.8 #makevpopdb.8 PLIST_FILES= libexec/cucipop +NO_STAGE= yes post-install: @${ECHO_CMD} "@exec mkdir -p /var/spool/cucipop/bulletins" >> ${TMPPLIST} @${ECHO_CMD} "@unexec rmdir /var/spool/cucipop/bulletins 2>/dev/null || true" >> ${TMPPLIST} |