diff options
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r-- | mail/mutt14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 037457039a3c..b66c9af42ecc 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -78,8 +78,8 @@ pre-patch: (cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/charmaps-0.0.tar.gz) post-patch: - cd ${WRKSRC}/charmaps/maps; ln CP1251 WINDOWS-1251 - cd ${WRKSRC}/charmaps/maps; rm -f *.orig + cd ${WRKSRC}/charmaps/maps; ${LN} CP1251 WINDOWS-1251 + cd ${WRKSRC}/charmaps/maps; ${RM} -f *.orig .if !defined(NOPORTDOCS) post-build: |