svn commit: r482233 - head/editors/texworks
Alexandre C. Guimarães
rigoletto at FreeBSD.org
Tue Oct 16 15:17:34 UTC 2018
Author: rigoletto
Date: Tue Oct 16 15:17:33 2018
New Revision: 482233
URL: https://svnweb.freebsd.org/changeset/ports/482233
Log:
editors/texworks: compliance: re-order variables.
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D17577
Modified:
head/editors/texworks/Makefile
Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile Tue Oct 16 15:17:32 2018 (r482232)
+++ head/editors/texworks/Makefile Tue Oct 16 15:17:33 2018 (r482233)
@@ -32,6 +32,13 @@ CMAKE_ARGS= -DTeXworks_DIC_DIR:PATH=${LOCALBASE}/share
-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
@@ -41,13 +48,5 @@ LUA_PLIST_FILES= lib/texworks/libTWLuaPlugin.so
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>
More information about the svn-ports-head
mailing list