diff options
Diffstat (limited to 'security/clamcour/Makefile')
-rw-r--r-- | security/clamcour/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/clamcour/Makefile b/security/clamcour/Makefile index 946eb5cd8aa1..deebec14539b 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamcour -PORTVERSION= 0.2.3 +PORTVERSION= 0.3.8 CATEGORIES= security mail MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/ @@ -27,6 +27,7 @@ LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" MAN1= clamcour.1 +PLIST_DIRS= etc/courier/clamcour PLIST_FILES= libexec/filters/clamcour .include <bsd.port.mk> |