diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-07-23 17:33:04 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-07-23 17:33:04 +0000 |
commit | 2d57856c11e4439f89c6b9db17a13822b229d668 (patch) | |
tree | c61e26fc0894a80d4bfca36eb81c3e7d1b2b07c5 /mail/postfix-policyd-sf/Makefile | |
parent | 7aaf0b395f5076ddb808e3ce7b4ed5629a13fa6a (diff) | |
download | ports-2d57856c11e4439f89c6b9db17a13822b229d668.tar.gz ports-2d57856c11e4439f89c6b9db17a13822b229d668.zip |
- Update to 1.81,1
- Issues resolved since downgrade (ports/112145)
PR: ports/114505
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Approved by: sat (mentor)
Notes
Notes:
svn path=/head/; revision=196138
Diffstat (limited to 'mail/postfix-policyd-sf/Makefile')
-rw-r--r-- | mail/postfix-policyd-sf/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/mail/postfix-policyd-sf/Makefile b/mail/postfix-policyd-sf/Makefile index 59e3d0ee250e..463f8798f0e4 100644 --- a/mail/postfix-policyd-sf/Makefile +++ b/mail/postfix-policyd-sf/Makefile @@ -6,14 +6,13 @@ # PORTNAME= policyd -PORTVERSION= 1.80 +PORTVERSION= 1.81 PORTEPOCH= 1 CATEGORIES= mail -MASTER_SITES= http://policyd.sourceforge.net/ \ +MASTER_SITES= SF \ ftp://ftp.oav.net/pkg_freebsd/distfiles/ PKGNAMEPREFIX= postfix- PKGNAMESUFFIX= -sf -DISTNAME= policyd-v${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= Anti-spam plugin for Postfix (written in C) @@ -28,9 +27,9 @@ SUB_LIST+= REALNAME=${REALNAME} ALL_TARGET= linux -DOCS= Changelog.txt README.txt License.txt DATABASE.mysql \ +DOCS= ChangeLog ChangeLog.1 README LICENSE TODO DATABASE.mysql \ doc/whitelist.sql doc/support.txt doc/blacklist_helo.sql -PORTDOCS= * +PORTDOCS= ${DOCS:C/.*\///} PLIST_FILES= sbin/${REALNAME}-cleanup \ sbin/${REALNAME}-stats \ @@ -47,10 +46,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/policyd ${PREFIX}/sbin/${REALNAME} ${INSTALL_DATA} ${WRKSRC}/policyd.conf ${PREFIX}/etc/${REALNAME}.conf.sample .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - for f in ${DOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ - done + @${INSTALL} -d ${DOCSDIR}/ + cd ${WRKSRC}&&${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ .endif .include <bsd.port.mk> |