summaryrefslogtreecommitdiff
path: root/mail/getmail
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-01-14 10:14:50 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-01-14 10:14:50 +0000
commit947980ea5388de85810fcd1e96a9e6f37e32ffe3 (patch)
treecda498821757bb7684a5d99cd5ff9d2e6be1e49b /mail/getmail
parent- ost.eltele.no seems to have moved to teledanmark.no, reflect this in (diff)
- Restore a fix for breakage when run under cron(8) introduced in
Makefile revision 1.21 and mistakenly ommitted during upgrade to 3.2.1 Noticed by: Ori Peleg <orip@humaneyes.com>
Notes
Notes: svn path=/head/; revision=98145
Diffstat (limited to 'mail/getmail')
-rw-r--r--mail/getmail/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile
index 649743579172..eadadfd2bb5c 100644
--- a/mail/getmail/Makefile
+++ b/mail/getmail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= getmail
PORTVERSION= 3.2.1
+PORTREVISION= 1
CATEGORIES= mail python
MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-3.0/%SUBDIR%/
MASTER_SITE_SUBDIR= . old-versions
@@ -25,6 +26,7 @@ DOCS= CHANGELOG THANKS TODO docs.txt faq.txt getmail.txt \
do-build:
cd ${WRKSRC} && \
${REINPLACE_CMD} -e 's!/usr/lib/getmail!${DATADIR}!' \
+ -e 's!`which python`!${PYTHON_CMD}!' \
-e 's!/usr/bin/python!${PYTHON_CMD}!' ${SCRIPTS} *.py
do-install: