diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 13:19:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 13:19:12 +0000 |
commit | 3d69058c72c6232afe103404a039efbb2e67f734 (patch) | |
tree | 318fee6c20ed05461966df0f524cad73cff76a5c /security/clamcour | |
parent | a321adb2722bb9e1ff188e2cc0c0756e0c06a5c6 (diff) |
Notes
Diffstat (limited to 'security/clamcour')
-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 7287e0eb7dbc..439fb7e09389 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -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: |