diff options
author | nork <nork@FreeBSD.org> | 2005-02-09 23:28:08 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-02-09 23:28:08 +0800 |
commit | 077879c2feee0fbedae00a82db54c63dafd63064 (patch) | |
tree | c554dc559e7a998f6bd43464e7371c405b1990f3 | |
parent | eefcf1ab857d7975988f5c373a22a252c6f81f95 (diff) | |
download | freebsd-ports-gnome-077879c2feee0fbedae00a82db54c63dafd63064.tar.gz freebsd-ports-gnome-077879c2feee0fbedae00a82db54c63dafd63064.tar.zst freebsd-ports-gnome-077879c2feee0fbedae00a82db54c63dafd63064.zip |
Fix pkg-plist error.
Pointed out by: pointyhat via kris
-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/ |