Date: Tue, 16 Oct 2018 15:17:33 +0000 (UTC) From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482233 - head/editors/texworks Message-ID: <201810161517.w9GFHXUe061016@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810161517.w9GFHXUe061016>