diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-27 01:16:57 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-27 01:16:57 +0000 |
commit | f13509f3be2a66be592312e87da21a042b8c246c (patch) | |
tree | c5923124dc1fdffea400dab41ddaf7a3d8c1efda | |
parent | Oops, previous revision didn't set OPERA_DIR correctly. (diff) |
Mark NO_PACKAGE due to the dialog box Opera pops up at startup that says
"do not distribute".
Notes
Notes:
svn path=/head/; revision=50604
-rw-r--r-- | www/linux-opera-devel/Makefile | 2 | ||||
-rw-r--r-- | www/linux-opera/Makefile | 2 | ||||
-rw-r--r-- | www/linux-opera7/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index 88d386331414..ad95314c77d5 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ ONLY_FOR_ARCHS= i386 +NO_PACKAGE= "Beta software, do not distribute." + NO_BUILD= yes NO_FILTER_SHLIBS=yes diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 88d386331414..ad95314c77d5 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ ONLY_FOR_ARCHS= i386 +NO_PACKAGE= "Beta software, do not distribute." + NO_BUILD= yes NO_FILTER_SHLIBS=yes diff --git a/www/linux-opera7/Makefile b/www/linux-opera7/Makefile index 88d386331414..ad95314c77d5 100644 --- a/www/linux-opera7/Makefile +++ b/www/linux-opera7/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ ONLY_FOR_ARCHS= i386 +NO_PACKAGE= "Beta software, do not distribute." + NO_BUILD= yes NO_FILTER_SHLIBS=yes |