diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-02-09 15:28:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-02-09 15:28:08 +0000 |
commit | 97f40dc2f16e71022a0be771cf91d9ea86eb48d2 (patch) | |
tree | 8b12b007e313109cc0013975e43f343d25ddb1d2 /www/linuxpluginwrapper | |
parent | a0ac49d8cd21de86165949d1641dfa9ad54b027f (diff) | |
download | ports-97f40dc2f16e71022a0be771cf91d9ea86eb48d2.tar.gz ports-97f40dc2f16e71022a0be771cf91d9ea86eb48d2.zip |
Notes
Diffstat (limited to 'www/linuxpluginwrapper')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 2 | ||||
-rw-r--r-- | www/linuxpluginwrapper/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index dc74bb5a7483..8082448115d5 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -7,7 +7,7 @@ PORTNAME= linuxpluginwrapper PORTVERSION= 20050119 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www linux emulators MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/www/linuxpluginwrapper/pkg-plist b/www/linuxpluginwrapper/pkg-plist index 2785e63f6e99..313cee01af5a 100644 --- a/www/linuxpluginwrapper/pkg-plist +++ b/www/linuxpluginwrapper/pkg-plist @@ -13,7 +13,7 @@ lib/pluginwrapper/realplayer.so @unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/flashplayer.xpt @unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/libflashplayer.so @unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.so -@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.so.xpt +@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.xpt @unexec /bin/rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true @exec /bin/mkdir -p %%X11BASE%%/lib/browser_plugins 2>/dev/null || true @exec /bin/ln -sf %%LOCALBASE%%/Acrobat5/Browsers/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/ |