diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-14 18:14:50 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-14 18:14:50 +0800 |
commit | f42232609c7ded18846842f90eb582a843a6ca42 (patch) | |
tree | e4a63bcf96002ca8c90b4428dfa304cd18461bae /mail | |
parent | f3551b406aa31e2d136c3ef7be970013d90bc13e (diff) | |
download | freebsd-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/Makefile | 2 |
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: |