diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-13 18:01:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-13 18:01:36 +0000 |
commit | c531bd394a27b22ba5291aef046a35d1727f503e (patch) | |
tree | d60c5fe5e290378e726bc65e1cc8b6a93647a72c /mail/mutt | |
parent | 80724825a5a3716ba0699fcfc82febbc2b09c9cd (diff) | |
download | ports-c531bd394a27b22ba5291aef046a35d1727f503e.tar.gz ports-c531bd394a27b22ba5291aef046a35d1727f503e.zip |
Remove *.orig files in charmaps/maps in post-patch: - they are installed
otherwise
Notes
Notes:
svn path=/head/; revision=28434
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 2ee30513a4b8..8752ce47eb34 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -73,6 +73,9 @@ MAN5= muttrc.5 pre-patch: (cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/charmaps-0.0.tar.gz) +post-patch: + cd ${WRKSRC}/charmaps/maps; rm -f *.orig + .if !defined(NOPORTDOCS) post-build: ${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.sgml |