diff options
author | sat <sat@FreeBSD.org> | 2006-07-28 21:35:47 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-28 21:35:47 +0000 |
commit | 81dca499419e0f77280eb217fc3f7ba9573ebaba (patch) | |
tree | daa5c5317340e61102e3302e11762c8ddb50f378 /www/linux-mozilla | |
parent | d6b9065349c4e7b3da181236a49c800bcbb2903a (diff) | |
download | FreeBSD-ports-81dca499419e0f77280eb217fc3f7ba9573ebaba.zip FreeBSD-ports-81dca499419e0f77280eb217fc3f7ba9573ebaba.tar.gz |
- Move from X11BASE to LOCALBASE
- Introduce app-side support for npapi/xpi smart linkfarming
- Remove old linkfarm and announce full automation
- Break all non-Makefile.npapi plugins (temporarily)
- Do not bump portrevision just yet
- Invite venturesome users to portupgrade -f xpi-* and linux-gecko-apps
Wiki: http://wiki.freebsd.org/NPAPI, http://wiki.freebsd.org/XPI
Diffstat (limited to 'www/linux-mozilla')
-rw-r--r-- | www/linux-mozilla/pkg-plist | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/linux-mozilla/pkg-plist b/www/linux-mozilla/pkg-plist index d521ee2..cde03b9 100644 --- a/www/linux-mozilla/pkg-plist +++ b/www/linux-mozilla/pkg-plist @@ -565,9 +565,10 @@ lib/%%APP_NAME%%/xpicleanup lib/%%APP_NAME%%/xpidl lib/%%APP_NAME%%/xpt_dump lib/%%APP_NAME%%/xpt_link -lib/%%APP_NAME%%/linkfarm -@exec %%PREFIX%%/lib/%%APP_NAME%%/linkfarm -@unexec /usr/bin/find %%PREFIX%%/lib/%%APP_NAME%%/plugins -type l -delete +@exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true +@exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true +@unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true +@unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true @dirrm lib/%%APP_NAME%%/chrome/en-US/locale/en-US/global @dirrm lib/%%APP_NAME%%/chrome/en-US/locale/en-US/necko @dirrm lib/%%APP_NAME%%/chrome/en-US/locale/en-US/communicator/security |