diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-17 02:28:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-17 02:28:01 +0800 |
commit | c58e12b4ffe0e25bfddfd5e6455d53b7f4f6ea3e (patch) | |
tree | f1465c5f25f66b740add90f28ddad3cc281e4e29 /textproc | |
parent | 85b100fd029c59ca31c6a8162e55cefa15129cbc (diff) | |
download | freebsd-ports-gnome-c58e12b4ffe0e25bfddfd5e6455d53b7f4f6ea3e.tar.gz freebsd-ports-gnome-c58e12b4ffe0e25bfddfd5e6455d53b7f4f6ea3e.tar.zst freebsd-ports-gnome-c58e12b4ffe0e25bfddfd5e6455d53b7f4f6ea3e.zip |
- Simplify MASTER_SITES
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/zu-hunspell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/zu-hunspell/Makefile b/textproc/zu-hunspell/Makefile index 81795213b30d..26b9d9dd945a 100644 --- a/textproc/zu-hunspell/Makefile +++ b/textproc/zu-hunspell/Makefile @@ -4,8 +4,7 @@ PORTNAME= hunspell PORTVERSION= 20110323 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} -MASTER_SITE_SUBDIR= addons/46490 +MASTER_SITES= MOZILLA_EXTENDED/addons/46490 PKGNAMEPREFIX= zu- DISTNAME= zulu_spell_checker-${PORTVERSION}-tb+fn+fx+sm EXTRACT_SUFX= .xpi |