diff options
author | robak <robak@FreeBSD.org> | 2014-06-29 19:01:09 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2014-06-29 19:01:09 +0800 |
commit | 6d608cd1b926a73fc4340077567b4a634a5ee7c4 (patch) | |
tree | e700ee10b6432e6e703fe82c7e84822d635d08a9 /textproc | |
parent | 486497076f2b9ecc52dcfff2f523ee31664cebe5 (diff) | |
download | freebsd-ports-gnome-6d608cd1b926a73fc4340077567b4a634a5ee7c4.tar.gz freebsd-ports-gnome-6d608cd1b926a73fc4340077567b4a634a5ee7c4.tar.zst freebsd-ports-gnome-6d608cd1b926a73fc4340077567b4a634a5ee7c4.zip |
textproc/pt-sphinx_rtd_theme: fix CATEGORIES
Approved by: marino (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx_rtd_theme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-sphinx_rtd_theme/Makefile b/textproc/py-sphinx_rtd_theme/Makefile index 10e380ab4a1f..5b9c9722459e 100644 --- a/textproc/py-sphinx_rtd_theme/Makefile +++ b/textproc/py-sphinx_rtd_theme/Makefile @@ -2,7 +2,7 @@ PORTNAME= sphinx_rtd_theme PORTVERSION= 0.1.6 -CATEGORIES= databases python +CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |