diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-20 05:39:20 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-20 05:39:20 +0000 |
commit | 5a23f582dbfbfd36af614a2a4e6f03f94f73c980 (patch) | |
tree | 5a179a7f2b1af8dafeba107c6d7cb057f8b3cc74 | |
parent | Tidy up dependencies by using LINUXBASE and USE_LINUX macros. (diff) |
Remove extra ".".
Notes
Notes:
svn path=/head/; revision=53373
-rw-r--r-- | www/linux-netscape6/Makefile | 2 | ||||
-rw-r--r-- | www/netscape7/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index cbbeb852219e..3e207bf8c18f 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/Makefile @@ -73,7 +73,7 @@ LATEST_LINK= linux-netscape6 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." +RESTRICTED= "License for Java plugin allows internal use only. Also see license for Netscape itself" NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} USE_LINUX= yes diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index cbbeb852219e..3e207bf8c18f 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -73,7 +73,7 @@ LATEST_LINK= linux-netscape6 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." +RESTRICTED= "License for Java plugin allows internal use only. Also see license for Netscape itself" NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} USE_LINUX= yes |