diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-04 13:07:23 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-04 13:07:23 +0800 |
commit | 44e84a93e4ce9e00f1cc92072f81fbf5f1d3c6fe (patch) | |
tree | 16852d58df872f7154f039fe401eaeca525fad72 /www/seamonkey2 | |
parent | bf30182585c35cb072d039d81a589bbdd2bcac1a (diff) | |
download | freebsd-ports-gnome-44e84a93e4ce9e00f1cc92072f81fbf5f1d3c6fe.tar.gz freebsd-ports-gnome-44e84a93e4ce9e00f1cc92072f81fbf5f1d3c6fe.tar.zst freebsd-ports-gnome-44e84a93e4ce9e00f1cc92072f81fbf5f1d3c6fe.zip |
Fix the JPI installation.
Reported by: Ivanchenko V. I. <webmaster@asiamusic.ru>
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 415945fda271..97413d34c601 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -126,6 +126,6 @@ do-install: cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/mozilla-devel ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin ${LN} -sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ - ${PREFIX}/lib/mozilla/plugins/libjavaplugin_oji.so + ${PREFIX}/lib/mozilla-devel/plugins/libjavaplugin_oji.so .include <bsd.port.post.mk> |