diff options
author | sada <sada@FreeBSD.org> | 2000-07-19 22:28:13 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-07-19 22:28:13 +0800 |
commit | 55d3117a947941bdf765a1e3d61f383626bc82cc (patch) | |
tree | d295d75fdf6e7d981d974546f3d11e68191f18fe /japanese | |
parent | a42b07eaa3ff58bc33f91cc6cf462247aa138810 (diff) | |
download | freebsd-ports-gnome-55d3117a947941bdf765a1e3d61f383626bc82cc.tar.gz freebsd-ports-gnome-55d3117a947941bdf765a1e3d61f383626bc82cc.tar.zst freebsd-ports-gnome-55d3117a947941bdf765a1e3d61f383626bc82cc.zip |
ja-linux-netscape sometimes create PREFIX/lib/netscape-linux as a file
and its installation fails.
I'm not sure what couses this problem and am afraid this patch isn't
correct solution.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/netscape4-communicator/Makefile | 2 | ||||
-rw-r--r-- | japanese/netscape48-communicator/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/netscape4-communicator/Makefile b/japanese/netscape4-communicator/Makefile index e8399fcc4c2c..9604490b16d2 100644 --- a/japanese/netscape4-communicator/Makefile +++ b/japanese/netscape4-communicator/Makefile @@ -64,7 +64,7 @@ do-configure: ${CP} ${WRKDIR}/about ${WRKDIR}/splash do-install: - ${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR} + ${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR}/ ${MKDIR} ${NDIR}/locale ${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG} ${MKDIR} ${NDIR}/${LANG} diff --git a/japanese/netscape48-communicator/Makefile b/japanese/netscape48-communicator/Makefile index e8399fcc4c2c..9604490b16d2 100644 --- a/japanese/netscape48-communicator/Makefile +++ b/japanese/netscape48-communicator/Makefile @@ -64,7 +64,7 @@ do-configure: ${CP} ${WRKDIR}/about ${WRKDIR}/splash do-install: - ${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR} + ${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR}/ ${MKDIR} ${NDIR}/locale ${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG} ${MKDIR} ${NDIR}/${LANG} |