diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-24 04:50:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-24 04:50:07 +0000 |
commit | 22cb76ef7c4e7b96b81dda4b5ae250a85fc50085 (patch) | |
tree | 8781eb849610dc1483c992968c44da2c6f3f157c /www/netscape7 | |
parent | Test for existence of components.conf (fenner). (diff) |
Allow packages to be built, but warn that they should not be
distributed.
Notes
Notes:
svn path=/head/; revision=55157
Diffstat (limited to 'www/netscape7')
-rw-r--r-- | www/netscape7/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index a9f3bf8269e5..f68d62e7999c 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -60,7 +60,6 @@ NO_BUILD= yes NO_FILTER_SHLIBS= yes ONLY_FOR_ARCHS= i386 RESTRICTED= "License for Java plugin allows internal use only. Also see license for Netscape itself" -NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} USE_LINUX= yes USE_XLIB= yes @@ -163,6 +162,11 @@ pre-install: done ${ECHO_CMD} @dirrm lib/linux-netscape6 >> ${PLIST} +pre-package: + @${ECHO_MSG} "*** WARNING ***" + @${ECHO_MSG} "* Do not distribute packages outside your organization." + @${ECHO_MSG} "* It is prohibited by the licensing." + do-install: ${MKDIR} ${INSTALL_DIR} ${CP} -Rp ${WRKSRC}/bin/* ${WRKSRC}/plugins ${INSTALL_DIR} |