diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-11-10 11:52:32 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-11-10 11:52:32 +0000 |
commit | d33250b4deb3613eb21113850a87a7d645db9cf2 (patch) | |
tree | f46899e0db0307050dd70a913aae872989aaa62e /mail/metamail | |
parent | Update to 0.4.4. (diff) |
fix extra error
Below files are created at FreeBSD Patch phase.
mail/metamail/work/mm2.7/src/bin/showaudio.orig
mail/metamail/work/mm2.7/src/bin/showexternal.orig
mail/metamail/work/mm2.7/src/bin/showpartial.orig
and installed these files into ${PREFIX}/bin with below command
in mail/metamail/work/mm2.7/src/Makefile
No response from MAINTAINER
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=34958
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index e7dd5b7cc262..739d6cca830e 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -33,4 +33,7 @@ MAN1= audiocompose.1 audiosend.1 extcompose.1 \ showpicture.1 splitmail.1 MAN4= mailcap.4 +post-patch: + @${RM} ${WRKSRC}/bin/*.orig + .include <bsd.port.post.mk> |