svn commit: r514384 - head/french/aspell

Thierry Thomas thierry at FreeBSD.org
Sun Oct 13 11:00:01 UTC 2019


Author: thierry
Date: Sun Oct 13 11:00:00 2019
New Revision: 514384
URL: https://svnweb.freebsd.org/changeset/ports/514384

Log:
  Set license.
  
  Since I'm here, define NO_ARCH.

Modified:
  head/french/aspell/Makefile

Modified: head/french/aspell/Makefile
==============================================================================
--- head/french/aspell/Makefile	Sun Oct 13 10:59:58 2019	(r514383)
+++ head/french/aspell/Makefile	Sun Oct 13 11:00:00 2019	(r514384)
@@ -10,7 +10,11 @@ CATEGORIES=	french textproc
 MAINTAINER=	office at FreeBSD.org
 COMMENT=	Aspell French dictionaries
 
-DICT=	 	fr
+LICENSE=	GPLv2
+
+NO_ARCH=	yes
+
+DICT=		fr
 
 .include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list