Skip to content

Commit

Permalink
Remove any *.orig files (e.g., tmda-ofmipd.orig) before installation
Browse files Browse the repository at this point in the history
to prevent their being erroneously installed. Found by bulk build.
No change to PLIST, hence no PKGREVISION bump.
  • Loading branch information
schmonz committed Dec 26, 2006
1 parent cbb9b5f commit b4beb4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mail/tmda/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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; \
Expand Down

0 comments on commit b4beb4c

Please sign in to comment.