diff options
author | trevor <trevor@FreeBSD.org> | 2001-11-13 21:52:15 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-11-13 21:52:15 +0000 |
commit | b3ade333a7e9b4cb4c11c67e902d4a504cdd713e (patch) | |
tree | 56ff75601b91daf883b8fc231fb09a78899836c3 /www | |
parent | 74a1346c09881153a14e0045daadb0babc98612e (diff) | |
download | FreeBSD-ports-b3ade333a7e9b4cb4c11c67e902d4a504cdd713e.zip FreeBSD-ports-b3ade333a7e9b4cb4c11c67e902d4a504cdd713e.tar.gz |
Add warning about bookmark files getting clobbered.
Diffstat (limited to 'www')
-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 688ea491..5c8ea8b 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 0000000..c7199a8 --- /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 688ea491..5c8ea8b 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 0000000..c7199a8 --- /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. * +********************************************************** |