svn commit: r421682 - head/news/brag

Emanuel Haupt ehaupt at FreeBSD.org
Sat Sep 10 10:48:15 UTC 2016


Author: ehaupt
Date: Sat Sep 10 10:48:13 2016
New Revision: 421682
URL: https://svnweb.freebsd.org/changeset/ports/421682

Log:
  Mark NO_ARCH and define LICENSE

Modified:
  head/news/brag/Makefile

Modified: head/news/brag/Makefile
==============================================================================
--- head/news/brag/Makefile	Sat Sep 10 10:47:43 2016	(r421681)
+++ head/news/brag/Makefile	Sat Sep 10 10:48:13 2016	(r421682)
@@ -10,9 +10,13 @@ MASTER_SITES=	http://brag.sourceforge.ne
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Download and assemble multipart binaries from newsgroups
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	uudeview:converters/uudeview \
 		${TCLSH}:lang/tcl84
 
+NO_ARCH=	yes
+
 PLIST_FILES=	bin/brag man/man1/brag.1.gz
 PORTDOCS=	CHANGES README
 


More information about the svn-ports-head mailing list