diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-17 02:27:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-17 02:27:20 +0800 |
commit | 85b100fd029c59ca31c6a8162e55cefa15129cbc (patch) | |
tree | 5d19ecd0d27876c0f30e532b497f03eca0169ad2 /textproc | |
parent | 21bd10a6ce92dab39e222975ff759b2ec76214ba (diff) | |
download | freebsd-ports-gnome-85b100fd029c59ca31c6a8162e55cefa15129cbc.tar.gz freebsd-ports-gnome-85b100fd029c59ca31c6a8162e55cefa15129cbc.tar.zst freebsd-ports-gnome-85b100fd029c59ca31c6a8162e55cefa15129cbc.zip |
- Simplify MASTER_SITES
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ss-hunspell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ss-hunspell/Makefile b/textproc/ss-hunspell/Makefile index 3784400665ad..c095d73d55c7 100644 --- a/textproc/ss-hunspell/Makefile +++ b/textproc/ss-hunspell/Makefile @@ -4,8 +4,7 @@ PORTNAME= hunspell PORTVERSION= 20110323 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} -MASTER_SITE_SUBDIR= addons/46614 +MASTER_SITES= MOZILLA_EXTENDED/addons/46614 PKGNAMEPREFIX= ss- DISTNAME= swati_spell_checker-${PORTVERSION}-tb+sm+fx+fn EXTRACT_SUFX= .xpi |