diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-19 16:07:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-19 16:07:39 +0800 |
commit | 8584169c83599999e60c3f44c025a5475e91b08e (patch) | |
tree | f3dd9d610e94f980735b16529bcbae08d14845c2 /mail/fetchmail | |
parent | 5079febf9f1c2bf71daf81136ad57068acbcb6d6 (diff) | |
download | freebsd-ports-gnome-8584169c83599999e60c3f44c025a5475e91b08e.tar.gz freebsd-ports-gnome-8584169c83599999e60c3f44c025a5475e91b08e.tar.zst freebsd-ports-gnome-8584169c83599999e60c3f44c025a5475e91b08e.zip |
- Change PREFIX/etc/fetchmailrc.sample permission from 644 to 600
- Bump PORTREVISION
PR: ports/151515
Submitted by: Alexander Milanov <a@amilanov.com>
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer), pgollucci (mentor, implicit)
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 58022554fe65..0af94b53bc95 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -11,7 +11,7 @@ PORTNAME= fetchmail PORTVERSION= 6.3.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://mandree.home.pages.de/fetchmail/:ma \ @@ -123,7 +123,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${PREFIX}/libexec - ${INSTALL} -m 644 -o fetchmail -g fetchmail ${FILESDIR}/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc.sample + ${INSTALL} -m 600 -o fetchmail -g fetchmail ${FILESDIR}/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc.sample if [ ! -f ${PREFIX}/etc/fetchmailrc ]; then \ ${CP} -p ${PREFIX}/etc/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc ; \ ${CHMOD} 640 ${PREFIX}/etc/fetchmailrc ; \ |