diff options
author | barner <barner@FreeBSD.org> | 2006-05-27 06:18:57 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-05-27 06:18:57 +0800 |
commit | 37e49f653fef9c7f0722802075983ef526b27aa2 (patch) | |
tree | 0d4431401f0ca826d22806167dd548f4cd315bc0 /mail/fetchmail | |
parent | de1fc9d1dadd254d770d9145e20f10659d322be0 (diff) | |
download | freebsd-ports-gnome-37e49f653fef9c7f0722802075983ef526b27aa2.tar.gz freebsd-ports-gnome-37e49f653fef9c7f0722802075983ef526b27aa2.tar.zst freebsd-ports-gnome-37e49f653fef9c7f0722802075983ef526b27aa2.zip |
Make prefix clean.
PR: ports/97977
Submitted by: Esa Karkkainen <ejk@iki.fi>
Big shiny pointy hat: me
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 |