Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 16:39:44 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321291 - head/mail/cucipop
Message-ID:  <201306191639.r5JGdiPd087642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306191639.r5JGdiPd087642>