diff options
author | sat <sat@FreeBSD.org> | 2006-07-29 05:35:47 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-29 05:35:47 +0800 |
commit | 81dca499419e0f77280eb217fc3f7ba9573ebaba (patch) | |
tree | daa5c5317340e61102e3302e11762c8ddb50f378 /mail | |
parent | d6b9065349c4e7b3da181236a49c800bcbb2903a (diff) | |
download | freebsd-ports-gnome-81dca499419e0f77280eb217fc3f7ba9573ebaba.tar.gz freebsd-ports-gnome-81dca499419e0f77280eb217fc3f7ba9573ebaba.tar.zst freebsd-ports-gnome-81dca499419e0f77280eb217fc3f7ba9573ebaba.zip |
- 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 'mail')
-rw-r--r-- | mail/linux-thunderbird/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/linux-thunderbird/pkg-plist b/mail/linux-thunderbird/pkg-plist index 888d28bb609e..60da8a50be71 100644 --- a/mail/linux-thunderbird/pkg-plist +++ b/mail/linux-thunderbird/pkg-plist @@ -302,6 +302,10 @@ lib/%%APP_NAME%%/thunderbird-bin lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini lib/%%APP_NAME%%/xpicleanup +@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/icons/default @dirrm lib/%%APP_NAME%%/chrome/icons @dirrm lib/%%APP_NAME%%/chrome |