diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-06-24 04:54:51 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-06-24 04:54:51 +0800 |
commit | 4f544339beb4f669a8b805dd38bb0b771191f381 (patch) | |
tree | afeb72dd902c786dcfabb9c4782908facda49611 /devel | |
parent | 529fcc460d3e2b77b9e6139dff0b0a2a35d1073a (diff) | |
download | freebsd-ports-gnome-4f544339beb4f669a8b805dd38bb0b771191f381.tar.gz freebsd-ports-gnome-4f544339beb4f669a8b805dd38bb0b771191f381.tar.zst freebsd-ports-gnome-4f544339beb4f669a8b805dd38bb0b771191f381.zip |
Fix CATEGORIES.
PR: 191297
Diffstat (limited to 'devel')
-rw-r--r-- | devel/utf8cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile index 9dd53ee90a4a..e2f0698d4c86 100644 --- a/devel/utf8cpp/Makefile +++ b/devel/utf8cpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= utf8cpp PORTVERSION= 2.3.4 -CATEGORIES= textproc +CATEGORIES= devel MASTER_SITES= SF/utfcpp/${PORTNAME:tl}_2x/Release%20${PORTVERSION}/ DISTNAME= utf8_v${PORTVERSION:S/./_/g} |