diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-18 21:56:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-18 21:56:30 +0000 |
commit | b63a28f690b27a0ef6821a035dbe6cb73bebe946 (patch) | |
tree | 51d86f5b60bf968487093b3c7a33dfaf18107397 /news/dnews | |
parent | - Update to 2.1.1. (diff) |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=314605
Diffstat (limited to 'news/dnews')
-rw-r--r-- | news/dnews/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/news/dnews/Makefile b/news/dnews/Makefile index 087db83babb0..6cdbddb65720 100644 --- a/news/dnews/Makefile +++ b/news/dnews/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnews -# Date created: Thu May 29 17:16:36 CEST 1997 -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# +# Created by: Andreas Klemm <andreas@klemm.gtn.com> # $FreeBSD$ -# PORTNAME= dnews PORTVERSION= 5.7b1 @@ -17,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Commercial nntp server with enhancements over inn and cnews WRKSRC= ${WRKDIR}/dtemp -RESTRICTED= "only free for non-profit organisations" +RESTRICTED= only free for non-profit organisations IS_INTERACTIVE= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes |