1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add warning about bookmark files getting clobbered.

This commit is contained in:
Trevor Johnson 2001-11-13 21:52:15 +00:00
parent 4ba91b59c4
commit 7ce5f8ad2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49995
4 changed files with 16 additions and 0 deletions

View File

@ -111,4 +111,7 @@ do-install:
${CP} -Rp ${WRKSRC}/bin/* ${INSTALL_DIR}
${INSTALL_SCRIPT} ${WRKDIR}/${STARTUP_CMD} ${PREFIX}/bin
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
* WARNING ************************************************
* Users should back up their bookmark files. There have *
* been reports that the bookmark file can be clobbered *
* the first time this version of Netscape is run. *
**********************************************************

View File

@ -111,4 +111,7 @@ do-install:
${CP} -Rp ${WRKSRC}/bin/* ${INSTALL_DIR}
${INSTALL_SCRIPT} ${WRKDIR}/${STARTUP_CMD} ${PREFIX}/bin
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
* WARNING ************************************************
* Users should back up their bookmark files. There have *
* been reports that the bookmark file can be clobbered *
* the first time this version of Netscape is run. *
**********************************************************