diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-05-26 22:18:57 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-05-26 22:18:57 +0000 |
commit | df85b83a6208bd6532920354590ce22eb594a550 (patch) | |
tree | 772974bf46849464eaefefa9df1b0778a34ea5e4 /mail/fetchmail | |
parent | 7663529315907391dcf57d006f8b1b07c41b319a (diff) | |
download | ports-df85b83a6208bd6532920354590ce22eb594a550.tar.gz ports-df85b83a6208bd6532920354590ce22eb594a550.zip |
Notes
Diffstat (limited to 'mail/fetchmail')
-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 |