pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/tmda Some of the Python bytecode contains absolut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d78e961967aa
branches:  trunk
changeset: 476531:d78e961967aa
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Jun 13 10:59:31 2004 +0000

description:
Some of the Python bytecode contains absolute paths. After
installation, the affected files are recompiled the first time
tmda-ofmipd runs with sufficient permissions. Force the recompile
during post-install to ensure the package tools record the right
checksums.

diffstat:

 mail/tmda/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a51e0ec31779 -r d78e961967aa mail/tmda/Makefile
--- a/mail/tmda/Makefile        Sun Jun 13 09:03:08 2004 +0000
+++ b/mail/tmda/Makefile        Sun Jun 13 10:59:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/06/06 05:08:34 schmonz Exp $
+# $NetBSD: Makefile,v 1.20 2004/06/13 10:59:31 schmonz Exp $
 #
 
 DISTNAME=      tmda-1.0.3
@@ -80,6 +80,9 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}/img
        ${INSTALL_DATA} ${WRKSRC}/htdocs/img/*.png ${PREFIX}/${HTMLDIR}/img
 
+post-install:
+       ${PREFIX}/bin/tmda-ofmipd -V >/dev/null 2>&1
+
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index