diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-23 11:09:09 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-23 11:09:09 +0000 |
commit | cf9f93a2855cc1de96aa3462d2b29648bd2a7056 (patch) | |
tree | 2176be9908fe7d9de5b8a6fdc6a4e7b78d663bd8 /mail/fetchmail | |
parent | 2f075b902245439da9c7da93e0e76530ebb526e7 (diff) |
Fix typo in pkg-install.in and bump PORTREVISION
Submitted by: Takefu <takefu@airport.fm>
Notes
Notes:
svn path=/head/; revision=351923
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 1 | ||||
-rw-r--r-- | mail/fetchmail/files/pkg-install.in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 324e3bf7a0e9..45b0e11b6050 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,6 +3,7 @@ PORTNAME= fetchmail PORTVERSION= 6.3.26 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ http://mandree.home.pages.de/${PORTNAME}/ diff --git a/mail/fetchmail/files/pkg-install.in b/mail/fetchmail/files/pkg-install.in index 75f8010c53b9..2ff500203772 100644 --- a/mail/fetchmail/files/pkg-install.in +++ b/mail/fetchmail/files/pkg-install.in @@ -7,7 +7,7 @@ fi /bin/mkdir -m 0755 -p /var/run/%%PORTNAME%% /usr/sbin/chown "%%USERS%%:%%GROUPS%%" /var/run/%%PORTNAME%% /usr/sbin/chown "%%USERS%%:%%GROUPS%%" %%PREFIX%%/etc/fetchmailrc* -/bin/chmod 0600 %%PREFXI%%/etc/fetchmailrc -/bin/chmod 0644 %%PREFXI%%/etc/fetchmailrc.sample +/bin/chmod 0600 %%PREFIX%%/etc/fetchmailrc +/bin/chmod 0644 %%PREFIX%%/etc/fetchmailrc.sample exit |