svn commit: r375159 - head/security/clamcour

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 13:19:13 UTC 2014


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:


More information about the svn-ports-head mailing list