diff options
author | bapt <bapt@FreeBSD.org> | 2011-10-25 05:47:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-10-25 05:47:44 +0800 |
commit | 2b2e27f12b571e1a7c205f7f00ca5567fae54b69 (patch) | |
tree | b50896b4d093671873ba56574c2a1becf7003363 /textproc/is-hyphen | |
parent | 151d48981c378487f05a0d1479491b4bb2ea999d (diff) | |
download | freebsd-ports-gnome-2b2e27f12b571e1a7c205f7f00ca5567fae54b69.tar.gz freebsd-ports-gnome-2b2e27f12b571e1a7c205f7f00ca5567fae54b69.tar.zst freebsd-ports-gnome-2b2e27f12b571e1a7c205f7f00ca5567fae54b69.zip |
- pass maintainership to office@
- use PKGNAMEPREFIX
Diffstat (limited to 'textproc/is-hyphen')
-rw-r--r-- | textproc/is-hyphen/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/is-hyphen/Makefile b/textproc/is-hyphen/Makefile index 1566e8360d01..f3e5568a94c7 100644 --- a/textproc/is-hyphen/Makefile +++ b/textproc/is-hyphen/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ # -PORTNAME= is-hyphen +PORTNAME= hyphen PORTVERSION= 2004.04.15 CATEGORIES= textproc MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +PKGNAMEPREFIX= is- DISTNAME= hyph_is_IS -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= Icelandic hyphenation rules LICENSE= LGPL21 |