diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-23 18:20:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-23 18:20:20 +0000 |
commit | a92e1d2ce225da5e61391d4007a8dd5951ac2ac5 (patch) | |
tree | 9102a89876bc9563faeebe36caddaa9228f08dcd /www/seamonkey2 | |
parent | Add support for NOPORTDOCS. (diff) |
Add one more forgotten '\'.
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 92bbd15b7958..fe579f36ec17 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -160,7 +160,7 @@ do-install: if [ ! -d ${PREFIX}/lib/browser_plugins ]; then \ ${MKDIR} ${PREFIX}/lib/browser_plugins ; \ fi - if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then + if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \ ${LN} -sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ; \ fi |