diff options
author | recht <recht@pkgsrc.org> | 2004-02-02 00:00:48 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-02-02 00:00:48 +0000 |
commit | 8db6be72655f3c357e6b8cd585997876073b203a (patch) | |
tree | 864f1fc702b3e2abfc8f702e0a900c84b3e03df3 /mail/clamav/Makefile | |
parent | 947db73758a8c831cc50b583a93ad4dd1f3d6b1e (diff) | |
download | pkgsrc-8db6be72655f3c357e6b8cd585997876073b203a.tar.gz |
Add clamd rc start script.
Somewhat based upon PR 24294 by Eric Schnoebelen.
While at it also fix configure to always install the example config file
to "examples".
Bump PKGREVISION to 1.
Diffstat (limited to 'mail/clamav/Makefile')
-rw-r--r-- | mail/clamav/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile index 7fc8d3b7bd1..ce0e637a1b8 100644 --- a/mail/clamav/Makefile +++ b/mail/clamav/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/01/29 17:14:16 cube Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/02 00:00:48 recht Exp $ DISTNAME= clamav-0.65 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/} @@ -22,6 +23,7 @@ CONFIGURE_ARGS+= --with-group=${CLAMAV_GROUP} BUILD_DEFS+= CLAMAV_USER CLAMAV_GROUP USE_MILTER +RCD_SCRIPTS= clamd PKG_GROUPS+= ${CLAMAV_GROUP} PKG_USERS+= ${CLAMAV_USER}:${CLAMAV_GROUP}::Clamav\\ User |