aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2004-01-14 18:14:50 +0800
committersergei <sergei@FreeBSD.org>2004-01-14 18:14:50 +0800
commitf42232609c7ded18846842f90eb582a843a6ca42 (patch)
treee4a63bcf96002ca8c90b4428dfa304cd18461bae /mail
parentf3551b406aa31e2d136c3ef7be970013d90bc13e (diff)
downloadfreebsd-ports-gnome-f42232609c7ded18846842f90eb582a843a6ca42.tar.gz
freebsd-ports-gnome-f42232609c7ded18846842f90eb582a843a6ca42.tar.zst
freebsd-ports-gnome-f42232609c7ded18846842f90eb582a843a6ca42.zip
- 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>
Diffstat (limited to 'mail')
-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: