mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Fix installation of localization packs
- Bump PORTREVISION Feature safe: yes
This commit is contained in:
parent
e1b2df5637
commit
67f06777ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250325
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= seamonkey2-i18n
|
||||
PORTVERSION= 2.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack
|
||||
PKGNAMEPREFIX=
|
||||
@ -74,8 +75,7 @@ do-install:
|
||||
|
||||
post-patch:
|
||||
${FIND} ${WRKSRC} -name install.rdf -print0 | \
|
||||
${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d' \
|
||||
-e 's/\(langpack\)/\13/'
|
||||
${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d'
|
||||
|
||||
List-Langs:
|
||||
@fetch -o- "http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${PORTVERSION}/langpack"|\
|
||||
|
Loading…
Reference in New Issue
Block a user