diff options
-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 6497435..eadadfd 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: |