diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-09 00:10:26 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-09 00:10:26 +0000 |
commit | 3a1823d32be0b899da1ef256302fb7b810e808fa (patch) | |
tree | 3d77f863c1f3f34ce944e26d1b429877c10c9fc3 /security/amavisd-new/Makefile | |
parent | f5b1f2c9090269d431019d8ad03b4a2a22d92346 (diff) | |
download | FreeBSD-ports-3a1823d32be0b899da1ef256302fb7b810e808fa.zip FreeBSD-ports-3a1823d32be0b899da1ef256302fb7b810e808fa.tar.gz |
- Create /var/amavis/var directory at install time [1]
- Install the amavisd-release script [2]
- Drop maintainership [3]
PR: ports/89723 [1], ports/90047 [2]
Submitted by: Mipam <root@relay3.ordina.nl> [1],
Dave Smith <david.smith@omnieng.co.uk> [2],
Blaz Zupan <blaz@si.FreeBSD.org> (maintainer, by private
email) [3]
Diffstat (limited to 'security/amavisd-new/Makefile')
-rw-r--r-- | security/amavisd-new/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 00a3098..10fd854 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -8,6 +8,7 @@ PORTNAME= amavisd-new PORTVERSION= 2.3.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ @@ -15,7 +16,7 @@ MASTER_SITES= http://www.ijs.si/software/amavisd/ \ http://ftp.cfu.net/pub/amavisd-new/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-p/} -MAINTAINER= blaz@si.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Performance-enhanced daemonized version of amavis-perl RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \ @@ -116,7 +117,7 @@ RUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap .endif post-patch: - @for f in amavisd.conf amavisd.conf-sample amavisd amavisd-agent amavisd-nanny; do \ + @for f in amavisd.conf amavisd.conf-sample amavisd amavisd-agent amavisd-nanny amavisd-release; do \ ${SED} ${SED_SCRIPT} < ${WRKSRC}/$${f} > ${WRKDIR}/$${f}; \ done @@ -133,6 +134,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/amavisd ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKDIR}/amavisd-agent ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKDIR}/amavisd-nanny ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKDIR}/amavisd-release ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKDIR}/amavisd.conf ${PREFIX}/etc/amavisd.conf-dist .if !exists(${PREFIX}/etc/amavisd.conf) ${INSTALL_SCRIPT} ${WRKDIR}/amavisd.conf ${PREFIX}/etc |