diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-18 01:42:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-18 01:42:34 +0800 |
commit | 826d5fd034cd872d63063f0f4b1e613600d4ae79 (patch) | |
tree | e1d456bcfe8ec749a59940fed1d4cf9170f99c83 /polish/hyphen/Makefile | |
parent | 2160001ab700e7b53f64ccc3b5171697c74acf11 (diff) | |
download | freebsd-ports-gnome-826d5fd034cd872d63063f0f4b1e613600d4ae79.tar.gz freebsd-ports-gnome-826d5fd034cd872d63063f0f4b1e613600d4ae79.tar.zst freebsd-ports-gnome-826d5fd034cd872d63063f0f4b1e613600d4ae79.zip |
- Change MASTER_SITES to my LOCAL to avoid implicit change of non-versioned
dist files
Diffstat (limited to 'polish/hyphen/Makefile')
-rw-r--r-- | polish/hyphen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polish/hyphen/Makefile b/polish/hyphen/Makefile index cd5c17f3f505..479d567b8a3f 100644 --- a/polish/hyphen/Makefile +++ b/polish/hyphen/Makefile @@ -9,8 +9,8 @@ PORTNAME= hyphen PORTVERSION= 2007.04.16 PORTREVISION= 1 CATEGORIES= polish textproc -MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ -DISTNAME= hyph_pl_PL +MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ +DISTNAME= hyph_pl_PL-${PORTVERSION:C/\.//g} MAINTAINER= office@FreeBSD.org COMMENT= Polish hyphenation rules |