Make prefix clean.

PR:			ports/97977
Submitted by:		Esa Karkkainen <ejk@iki.fi>
Big shiny pointy hat:	me
This commit is contained in:
Simon Barner 2006-05-26 22:18:57 +00:00
parent 7663529315
commit df85b83a62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163553
2 changed files with 3 additions and 3 deletions

View File

@ -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%/ \

View File

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