diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-17 01:22:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-17 01:22:47 +0800 |
commit | b862c58787a1df856843b148a499fee78b992dce (patch) | |
tree | f717a522b784d455220f6c37b7206c8d83978a19 /textproc | |
parent | 39918a55ebc68a37f1cbf690514f1c5ca0bd97b7 (diff) | |
download | freebsd-ports-gnome-b862c58787a1df856843b148a499fee78b992dce.tar.gz freebsd-ports-gnome-b862c58787a1df856843b148a499fee78b992dce.tar.zst freebsd-ports-gnome-b862c58787a1df856843b148a499fee78b992dce.zip |
- Add LICENSE
- Simplify MASTER_SITES
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sr-hunspell/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/sr-hunspell/Makefile b/textproc/sr-hunspell/Makefile index 653811f1fc1a..b4f33bf97f4b 100644 --- a/textproc/sr-hunspell/Makefile +++ b/textproc/sr-hunspell/Makefile @@ -4,8 +4,7 @@ PORTNAME= hunspell PORTVERSION= 0.18 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} -MASTER_SITE_SUBDIR= addons/10894 +MASTER_SITES= MOZILLA_EXTENDED/addons/10894 PKGNAMEPREFIX= sr- DISTNAME= serbian_dictionary-${PORTVERSION}-fx+tb+sm EXTRACT_SUFX= .xpi @@ -14,6 +13,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Serbian hunspell dictionaries +LICENSE= GPLv2 + NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries |