aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2018-10-16 15:17:33 +0000
committerAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2018-10-16 15:17:33 +0000
commitef681eb8d5122daab00d1dde7d3a0ea4e1e0f02a (patch)
tree4762a4d0c4f9098e2b80ab27b7e62d17888076dc /editors
parent1225c728a2395ad9a6cc42509233812576b89118 (diff)
downloadports-ef681eb8d5122daab00d1dde7d3a0ea4e1e0f02a.tar.gz
ports-ef681eb8d5122daab00d1dde7d3a0ea4e1e0f02a.zip
editors/texworks: compliance: re-order variables.
Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17577
Notes
Notes: svn path=/head/; revision=482233
Diffstat (limited to 'editors')
-rw-r--r--editors/texworks/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile
index 3b483912a315..45a0e2b1a015 100644
--- a/editors/texworks/Makefile
+++ b/editors/texworks/Makefile
@@ -32,6 +32,13 @@ CMAKE_ARGS= -DTeXworks_DIC_DIR:PATH=${LOCALBASE}/share/hunspell \
-DTeXworks_HELP_DIR:PATH=${DOCSDIR_REL} \
-DTeXworks_MAN_DIR:PATH=man/man1
+PORTDOCS= *
+PLIST_FILES= bin/texworks \
+ man/man1/texworks.1.gz \
+ share/appdata/texworks.appdata.xml \
+ share/applications/texworks.desktop \
+ share/pixmaps/TeXworks.png
+
OPTIONS_DEFINE= DOCS LUA PYTHON
LUA_USES= lua
@@ -42,12 +49,4 @@ PYTHON_USES= python:3.4+
PYTHON_CMAKE_BOOL= WITH_PYTHON
PYTHON_PLIST_FILES= lib/texworks/libTWPythonPlugin.so
-PORTDOCS= *
-
-PLIST_FILES= bin/texworks \
- man/man1/texworks.1.gz \
- share/appdata/texworks.appdata.xml \
- share/applications/texworks.desktop \
- share/pixmaps/TeXworks.png
-
.include <bsd.port.mk>