diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-24 02:20:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-24 02:20:20 +0800 |
commit | f1a1a42584969c42957107018bdc278bafea6333 (patch) | |
tree | 493ee34d5c0c62a706abcc93d0dcc89d5ea12563 /www/seamonkey/Makefile | |
parent | ce0b36a4a6c5c19a4d2067d963ad1826341f708e (diff) | |
download | freebsd-ports-gnome-f1a1a42584969c42957107018bdc278bafea6333.tar.gz freebsd-ports-gnome-f1a1a42584969c42957107018bdc278bafea6333.tar.zst freebsd-ports-gnome-f1a1a42584969c42957107018bdc278bafea6333.zip |
Add one more forgotten '\'.
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 92bbd15b7958..fe579f36ec17 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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 |