diff options
author | sanpei <sanpei@FreeBSD.org> | 2000-11-10 19:52:32 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2000-11-10 19:52:32 +0800 |
commit | 83b1ccfc897b5438869e60d303d72747a4dc639e (patch) | |
tree | 3ab3e7a08dbbdf785faccfdf970c24b54cc5c5fe /mail | |
parent | 1955aca204a7cb0dd3785bd6f2b6d8b710f0eac1 (diff) | |
download | freebsd-ports-gnome-83b1ccfc897b5438869e60d303d72747a4dc639e.tar.gz freebsd-ports-gnome-83b1ccfc897b5438869e60d303d72747a4dc639e.tar.zst freebsd-ports-gnome-83b1ccfc897b5438869e60d303d72747a4dc639e.zip |
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
Diffstat (limited to 'mail')
-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> |