diff options
author | stefan <stefan@FreeBSD.org> | 2006-06-09 01:00:49 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2006-06-09 01:00:49 +0800 |
commit | ad6039d492ecea045fab8bb2a2b27518b1b1db69 (patch) | |
tree | 566bfba5f4d621bec44f0112355d5f478bc8fee2 /lang/squeak/files/patch-platforms::unix::npsqueak::npsqueakregister.in | |
parent | d8fedf5ea3566de070b464a68f807879b9647765 (diff) | |
download | freebsd-ports-gnome-ad6039d492ecea045fab8bb2a2b27518b1b1db69.tar.gz freebsd-ports-gnome-ad6039d492ecea045fab8bb2a2b27518b1b1db69.tar.zst freebsd-ports-gnome-ad6039d492ecea045fab8bb2a2b27518b1b1db69.zip |
- Fix web browser plugin.
- Fix/improve FFI support.
- Pet portlint(1).
PR: 94058
Submitted by: Takeshi MUTOH <mutoh@openedu.org>
Approved by: maintainer
arved (mentor)
Diffstat (limited to 'lang/squeak/files/patch-platforms::unix::npsqueak::npsqueakregister.in')
-rw-r--r-- | lang/squeak/files/patch-platforms::unix::npsqueak::npsqueakregister.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/squeak/files/patch-platforms::unix::npsqueak::npsqueakregister.in b/lang/squeak/files/patch-platforms::unix::npsqueak::npsqueakregister.in new file mode 100644 index 000000000000..f2ecffdce476 --- /dev/null +++ b/lang/squeak/files/patch-platforms::unix::npsqueak::npsqueakregister.in @@ -0,0 +1,13 @@ +--- platforms/unix/npsqueak/npsqueakregister.in.orig Mon Jan 30 19:47:54 2006 ++++ platforms/unix/npsqueak/npsqueakregister.in Mon Jan 30 19:48:13 2006 +@@ -8,8 +8,8 @@ + # Parameters: -u unregister + + NPSQUEAK_SO=@NPSQUEAK_SO@ +-BROWSERS="netscape mozilla opera" +-BROWSER_DIRS="/usr/local/lib /usr/lib" ++BROWSERS="netscape mozilla firefox opera seamonkey" ++BROWSER_DIRS="%%X11BASE%%/lib %%X11BASE%%/share %%LOCALBASE%%/lib /usr/lib" + + ACTION=register + |