diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 23:36:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 23:36:26 +0000 |
commit | 8aafec4f7726ae5bbb1569bcea695a4f70163c4a (patch) | |
tree | 786ec92bd0331ab22536438764730748adc36352 /news/dnews/Makefile | |
parent | de27db5c98cb9c4163c2dabb4bae191d6548607c (diff) | |
download | ports-8aafec4f7726ae5bbb1569bcea695a4f70163c4a.tar.gz ports-8aafec4f7726ae5bbb1569bcea695a4f70163c4a.zip |
NO_CDROM and NO_PACKAGE are not appropriate here
Notes
Notes:
svn path=/head/; revision=171940
Diffstat (limited to 'news/dnews/Makefile')
-rw-r--r-- | news/dnews/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/news/dnews/Makefile b/news/dnews/Makefile index f4b507c5024f..087db83babb0 100644 --- a/news/dnews/Makefile +++ b/news/dnews/Makefile @@ -17,9 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Commercial nntp server with enhancements over inn and cnews WRKSRC= ${WRKDIR}/dtemp -NO_CDROM= "no answer yet, if we are allowed to put it onto CDROM" RESTRICTED= "only free for non-profit organisations" -NO_PACKAGE= "${RESTRICTED}" IS_INTERACTIVE= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes |