diff options
author | marino <marino@FreeBSD.org> | 2014-08-16 18:05:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-16 18:05:45 +0800 |
commit | 6d4884e4ac647f31a7904c78ee6960cf3683d5f8 (patch) | |
tree | 684cc580100678f8f693f204804bf92e8251b5a8 /textproc | |
parent | 266e560aecae3734d135a72429c0dccb95329322 (diff) | |
download | freebsd-ports-gnome-6d4884e4ac647f31a7904c78ee6960cf3683d5f8.tar.gz freebsd-ports-gnome-6d4884e4ac647f31a7904c78ee6960cf3683d5f8.tar.zst freebsd-ports-gnome-6d4884e4ac647f31a7904c78ee6960cf3683d5f8.zip |
textproc/teckit: CATEGORIES+= converters
This is the only thing remaining from the PR, everything else was already
done in sweeps.
PR: 191120
Submitted by: maintainer (Nikola Lecic)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/teckit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/teckit/Makefile b/textproc/teckit/Makefile index cc1a37a593d0..af35ef12caab 100644 --- a/textproc/teckit/Makefile +++ b/textproc/teckit/Makefile @@ -4,7 +4,7 @@ PORTNAME= teckit PORTVERSION= 2.5.1 PORTREVISION= 1 -CATEGORIES= textproc +CATEGORIES= textproc converters MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/ DISTNAME= TECkit_${PORTVERSION:S|.|_|g} |