diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-11-13 21:52:15 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-11-13 21:52:15 +0000 |
commit | 7ce5f8ad2bd4d605fcfb150be3769b88a8ae5142 (patch) | |
tree | 53041e54c63329bb248b1115552247a8baaf81b7 | |
parent | - use ${INSTALL_SCRIPT} for samples in ${PREFIX}/etc/rc.d/ (diff) |
Add warning about bookmark files getting clobbered.
Notes
Notes:
svn path=/head/; revision=49995
-rw-r--r-- | www/linux-netscape6/Makefile | 3 | ||||
-rw-r--r-- | www/linux-netscape6/pkg-message | 5 | ||||
-rw-r--r-- | www/netscape7/Makefile | 3 | ||||
-rw-r--r-- | www/netscape7/pkg-message | 5 |
4 files changed, 16 insertions, 0 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index 688ea491f903..5c8ea8b5224b 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/Makefile @@ -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> diff --git a/www/linux-netscape6/pkg-message b/www/linux-netscape6/pkg-message new file mode 100644 index 000000000000..c7199a81701e --- /dev/null +++ b/www/linux-netscape6/pkg-message @@ -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. * +********************************************************** diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 688ea491f903..5c8ea8b5224b 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -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> diff --git a/www/netscape7/pkg-message b/www/netscape7/pkg-message new file mode 100644 index 000000000000..c7199a81701e --- /dev/null +++ b/www/netscape7/pkg-message @@ -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. * +********************************************************** |