diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-12 03:24:32 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-12 03:24:32 +0000 |
commit | 51831ecc543e3e027bc30adce16607c5b4e18586 (patch) | |
tree | d0563e616cf2cf2ceaef26b3b5b759a49b6ac58f /chinese/auto-tw-l10n/Makefile | |
parent | ed777657789501e5921fcd3b8a36faab49447f2f (diff) |
Notes
Diffstat (limited to 'chinese/auto-tw-l10n/Makefile')
-rw-r--r-- | chinese/auto-tw-l10n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/auto-tw-l10n/Makefile b/chinese/auto-tw-l10n/Makefile index c33145db257c..a1e18d313690 100644 --- a/chinese/auto-tw-l10n/Makefile +++ b/chinese/auto-tw-l10n/Makefile @@ -6,7 +6,7 @@ PORTNAME= auto-tw-l10n PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese MASTER_SITES= LOCAL/chinsan DISTNAME= zh-${PORTNAME}-${PORTVERSION} @@ -38,6 +38,7 @@ post-patch: ${WRKSRC}/dot.bashrc @${FIND} ${WRKSRC} -name "*.bak" -delete .endif + @${FIND} ${WRKSRC} -name "*.orig" -delete pre-install: @${SH} ${PKGINSTALL} |