Fix typo in pkg-install.in and bump PORTREVISION

Submitted by:	Takefu <takefu@airport.fm>
This commit is contained in:
Rene Ladan 2014-04-23 11:09:09 +00:00
parent 2f075b9022
commit cf9f93a285
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351923
2 changed files with 3 additions and 2 deletions

View file

@ -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}/

View file

@ -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