Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 13:19:13 +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: r375159 - head/security/clamcour
Message-ID:  <201412211319.sBLDJDfa021924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 21 13:19:12 2014
New Revision: 375159
URL: https://svnweb.freebsd.org/changeset/ports/375159
QAT: https://qat.redports.org/buildarchive/r375159/

Log:
  Put back an empty dir in plist

Modified:
  head/security/clamcour/Makefile

Modified: head/security/clamcour/Makefile
==============================================================================
--- head/security/clamcour/Makefile	Sun Dec 21 13:13:29 2014	(r375158)
+++ head/security/clamcour/Makefile	Sun Dec 21 13:19:12 2014	(r375159)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clamcour
 PORTVERSION=	0.3.8
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	security mail
 MASTER_SITES=	http://www.becrux.com/pages/projects/clamcour/
 
@@ -21,6 +21,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	${PTHREAD_LIBS} -L${LOCALBASE}/lib
 
+PLIST_DIRS=	etc/courier/clamcour
 PLIST_FILES=	libexec/filters/clamcour man/man1/clamcour.1.gz
 
 post-patch:



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