diff options
-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 |