From 513bb855a3b64b0e216d6f63da0223b4524c592a Mon Sep 17 00:00:00 2001 From: alek Date: Sat, 3 Jun 2006 15:42:51 +0000 Subject: [PATCH] Use MODPY_BIN to compile python files --- mail/tmda/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 3779792ca1a..0ac502d5c31 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2006/06/03 09:39:22 alek Exp $ +# $OpenBSD: Makefile,v 1.32 2006/06/03 15:42:51 alek Exp $ COMMENT= "reduce the amount of SPAM/UCE (junk-mail)" @@ -26,7 +26,7 @@ CONTRIB_FILES= collectaddys printcdb sample.config sendit.sh \ def2html printdbm tmda.el vadduser-tmda do-build: - @cd ${WRKSRC} && ${LOCALBASE}/bin/python${PYTHON_VER} ./compileall + @cd ${WRKSRC} && ${MODPY_BIN} ./compileall do-install: @perl -pi -e 's:htdocs:${TRUEPREFIX}/share/doc/tmda:' ${WRKSRC}/INSTALL