diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-02-04 09:56:08 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-02-04 09:56:08 +0000 |
commit | 58baea7ffa4b2a849daa92b669fc78e24baa3178 (patch) | |
tree | 8d644a9e2a0d044a8c90f5f502e9c0c9f3452c6b /chinese/firefox-zh_CN/Makefile | |
parent | 3c5228fc8ec9f15df47fc4437e8e500eb85100cf (diff) | |
download | ports-58baea7ffa4b2a849daa92b669fc78e24baa3178.tar.gz ports-58baea7ffa4b2a849daa92b669fc78e24baa3178.zip |
Notes
Diffstat (limited to 'chinese/firefox-zh_CN/Makefile')
-rw-r--r-- | chinese/firefox-zh_CN/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/firefox-zh_CN/Makefile b/chinese/firefox-zh_CN/Makefile index db7799a15128..5eab70440c31 100644 --- a/chinese/firefox-zh_CN/Makefile +++ b/chinese/firefox-zh_CN/Makefile @@ -7,6 +7,7 @@ PORTNAME= firefox PORTVERSION= 1.5c +PORTREVISION= 1 CATEGORIES= chinese www MASTER_SITES= http://chinsan2.twbbs.org/distfiles/firefox/ \ ftp://chinsan2.twbbs.org/distfiles/firefox/ @@ -33,8 +34,7 @@ PLIST_SUB= FIREFOX=${FIREFOX} do-install: @${ECHO_MSG} "===> Backup setting files..." (cd ${FIREFOX_HOME}; \ - ${CP} -f browserconfig.properties browserconfig.properties.orig; \ - ${CP} -f updater.ini updater.ini.orig) + ${CP} -f browserconfig.properties browserconfig.properties.orig) (cd ${FIREFOX_HOME}/defaults/pref; \ ${CP} -f firefox-l10n.js firefox-l10n.js.orig) (cd ${FIREFOX_HOME}/defaults/profile; \ |