diff options
author | Dan Langille <dvl@FreeBSD.org> | 2015-10-22 16:02:43 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2015-10-22 16:02:43 +0000 |
commit | e09dfdbf4a1233863b5afcf1d65ef44959dab639 (patch) | |
tree | 8ff722a12e3986d5070735ea3b25180d01e43c3d /textproc/Makefile | |
parent | f927ae941d942a872d36aa8e4f8c0590a265bf6c (diff) |
Fix sort.
Noticed by: mat
Notes
Notes:
svn path=/head/; revision=399991
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 99a61dfcd94e..eb66cf7058fc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1205,8 +1205,8 @@ SUBDIR += py-diff-match-patch SUBDIR += py-docutils SUBDIR += py-dsv - SUBDIR += py-elasticsearch-py SUBDIR += py-elasticsearch-dsl-py + SUBDIR += py-elasticsearch-py SUBDIR += py-elib.intl SUBDIR += py-empy SUBDIR += py-enchant |