diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2019-10-13 11:00:00 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2019-10-13 11:00:00 +0000 |
commit | 97e38a26066a0fc8fe9943074da87965f58daa2d (patch) | |
tree | eab04a9f9884630d4d7fceea61496880b39758fa /french/aspell/Makefile | |
parent | c68e9e26f6f41248bb9f972725aef7921f6f07c5 (diff) | |
download | ports-97e38a26066a0fc8fe9943074da87965f58daa2d.tar.gz ports-97e38a26066a0fc8fe9943074da87965f58daa2d.zip |
Set license.
Since I'm here, define NO_ARCH.
Notes
Notes:
svn path=/head/; revision=514384
Diffstat (limited to 'french/aspell/Makefile')
-rw-r--r-- | french/aspell/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/french/aspell/Makefile b/french/aspell/Makefile index 0c1b50519027..edd8e5d17bf2 100644 --- a/french/aspell/Makefile +++ b/french/aspell/Makefile @@ -10,7 +10,11 @@ CATEGORIES= french textproc MAINTAINER= office@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> |