diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-13 15:20:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-13 15:20:57 +0800 |
commit | 819c24b37ea207e98df64fd5f4fc305d15e83042 (patch) | |
tree | e6dbbe423138efd1e02d133168a1935560a31459 | |
parent | 96ab4d3af3b303d4ac3fd48d9850cbf681ba92e9 (diff) | |
download | freebsd-ports-gnome-819c24b37ea207e98df64fd5f4fc305d15e83042.tar.gz freebsd-ports-gnome-819c24b37ea207e98df64fd5f4fc305d15e83042.tar.zst freebsd-ports-gnome-819c24b37ea207e98df64fd5f4fc305d15e83042.zip |
The pkg-message is no longer appropriate, so remove it.
-rw-r--r-- | www/mozilla/Makefile | 1 | ||||
-rw-r--r-- | www/mozilla/pkg-message | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 3d5095abb25e..d88b3ac69f2f 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -376,6 +376,5 @@ post-install: .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/www/mozilla/pkg-message b/www/mozilla/pkg-message deleted file mode 100644 index a98a376da558..000000000000 --- a/www/mozilla/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -### -A symlink has been created for the Java plugin. However, in order for Java -to function, you must first install the java/jdk13 port. If you do not -do this, you will see the following error when starting Mozilla: - -LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so"] - -If you do not want Java support, you can safely ignore this message. -### |