diff options
author | trevor <trevor@FreeBSD.org> | 2002-02-24 12:50:07 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-02-24 12:50:07 +0800 |
commit | 4f585a801d88e659e7345854079d775fc2e1c402 (patch) | |
tree | 1248e93b1f97bd1ef424fec229aea293d377f3b8 /www/linux-netscape6 | |
parent | 2652002c1e77f780dddffa2ce2b74e5453080096 (diff) | |
download | freebsd-ports-gnome-4f585a801d88e659e7345854079d775fc2e1c402.tar.gz freebsd-ports-gnome-4f585a801d88e659e7345854079d775fc2e1c402.tar.zst freebsd-ports-gnome-4f585a801d88e659e7345854079d775fc2e1c402.zip |
Allow packages to be built, but warn that they should not be
distributed.
Diffstat (limited to 'www/linux-netscape6')
-rw-r--r-- | www/linux-netscape6/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index a9f3bf8269e5..f68d62e7999c 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/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} |