svn commit: r321291 - head/mail/cucipop
Antoine Brodin
antoine at FreeBSD.org
Wed Jun 19 16:39:44 UTC 2013
Author: antoine
Date: Wed Jun 19 16:39:43 2013
New Revision: 321291
URL: http://svnweb.freebsd.org/changeset/ports/321291
Log:
Add a directory created by the port to the plist
Modified:
head/mail/cucipop/Makefile
Modified: head/mail/cucipop/Makefile
==============================================================================
--- head/mail/cucipop/Makefile Wed Jun 19 16:36:53 2013 (r321290)
+++ head/mail/cucipop/Makefile Wed Jun 19 16:39:43 2013 (r321291)
@@ -7,7 +7,7 @@
PORTNAME= cucipop
PORTVERSION= 1.31
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ \
http://ftp.riken.go.jp/archives/net/mail/pop/cucipop/ \
@@ -28,4 +28,9 @@ MAKE_JOBS_SAFE= yes
MAN8= cucipop.8 #makevpopdb.8
PLIST_FILES= libexec/cucipop
+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}
+ @${ECHO_CMD} "@unexec rmdir /var/spool/cucipop 2>/dev/null || true" >> ${TMPPLIST}
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list