summaryrefslogtreecommitdiff
path: root/mail/tmda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r--mail/tmda/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile
index cb91f6a297f..ce616784252 100644
--- a/mail/tmda/Makefile
+++ b/mail/tmda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/12/20 03:22:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.33 2006/12/26 06:44:16 schmonz Exp $
#
DISTNAME= tmda-1.1.9
@@ -52,6 +52,9 @@ INSTALLATION_DIRS+= ${PYSITELIB}/TMDA/pythonlib/email/mime ${EGDIR}
do-build:
cd ${WRKSRC} && ${PYTHONBIN} ./compileall
+pre-install:
+ ${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f
+
do-install:
for f in ${TMDA_PROGRAMS}; do \
${INSTALL_SCRIPT} ${WRKSRC}/$${f} ${PREFIX}/bin; \