1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

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.
This commit is contained in:
SADA Kenji 2000-07-19 14:28:13 +00:00
parent 77b4c2683e
commit d513605540
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30869
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}