diff options
-rw-r--r-- | mail/fetchmail/Makefile | 2 | ||||
-rw-r--r-- | mail/fetchmail/files/fetchmail.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 07ed95df5c2c..84497e5a6de7 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -11,7 +11,7 @@ PORTNAME= fetchmail PORTVERSION= 6.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= http://download.berlios.de/%SUBDIR%/ \ http://home.pages.de/~mandree/%SUBDIR%/ \ diff --git a/mail/fetchmail/files/fetchmail.in b/mail/fetchmail/files/fetchmail.in index de7a8c5dc2fd..7febd81edea7 100644 --- a/mail/fetchmail/files/fetchmail.in +++ b/mail/fetchmail/files/fetchmail.in @@ -57,9 +57,9 @@ extra_commands="awaken" awaken_cmd="fetchmail_awaken" if [ -f %%PREFIX%%/etc/rc.d/fetchmail ]; then - fetchmail_script=/usr/local/etc/rc.d/fetchmail + fetchmail_script=%%PREFIX%%/etc/rc.d/fetchmail elif [ -f %%PREFIX%%/etc/rc.d/fetchmail.sh ]; then - fetchmail_script=/usr/local/etc/rc.d/fetchmail.sh + fetchmail_script=%%PREFIX%%/etc/rc.d/fetchmail.sh fi # read settings, set default values |