diff options
author | anholt <anholt@FreeBSD.org> | 2005-07-03 15:49:05 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-07-03 15:49:05 +0800 |
commit | 316af0e3ce1217946b25bf75304817882189d9c5 (patch) | |
tree | 23fe9a58ef1cb2ddb5d830b32fe0b4a8a2423bfc /www | |
parent | 346c149716d7e89c66de85a471579062eb55f5a3 (diff) | |
download | freebsd-ports-graphics-316af0e3ce1217946b25bf75304817882189d9c5.tar.gz freebsd-ports-graphics-316af0e3ce1217946b25bf75304817882189d9c5.tar.zst freebsd-ports-graphics-316af0e3ce1217946b25bf75304817882189d9c5.zip |
The previous Makefile commit to support firefox broke packaging by putting the
plugin in the common directory without updating pkg-plist.
Reported by: krismail
Diffstat (limited to 'www')
-rw-r--r-- | www/swfdec-plugin/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/swfdec-plugin/pkg-plist b/www/swfdec-plugin/pkg-plist index 579d5049563..5843c8bccf7 100644 --- a/www/swfdec-plugin/pkg-plist +++ b/www/swfdec-plugin/pkg-plist @@ -1,2 +1,2 @@ bin/swfdec-mozilla-player -lib/mozilla/plugins/libswfdecmozilla.so +lib/browser_plugins/libswfdecmozilla.so |