git: a66196ee2b98 - main - editors/texworks: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Mar 2024 11:51:37 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a66196ee2b98b1712513667a7131247b8a98e4e1
commit a66196ee2b98b1712513667a7131247b8a98e4e1
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-07 11:12:23 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-07 11:51:22 +0000
editors/texworks: Move man pages to share/man
Approved by: portmgr (blanket)
---
editors/texworks/Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile
index f240ee4802fc..fcb82f7017e9 100644
--- a/editors/texworks/Makefile
+++ b/editors/texworks/Makefile
@@ -1,7 +1,7 @@
PORTNAME= texworks
DISTVERSIONPREFIX= release-
DISTVERSION= 0.6.7
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= editors
MAINTAINER= hrs@FreeBSD.org
@@ -29,17 +29,16 @@ USE_LDCONFIG= yes
CMAKE_ARGS= -DTeXworks_DIC_DIR:PATH=${LOCALBASE}/share/hunspell \
-DTeXworks_DOCS_DIR:PATH=${DOCSDIR_REL} \
- -DTeXworks_HELP_DIR:PATH=${DOCSDIR_REL} \
- -DTeXworks_MAN_DIR:PATH=man/man1
+ -DTeXworks_HELP_DIR:PATH=${DOCSDIR_REL}
PORTDOCS= *
PLIST_FILES= bin/texworks \
- man/man1/texworks.1.gz \
share/applications/texworks.desktop \
share/icons/hicolor/128x128/apps/TeXworks.png \
share/icons/hicolor/48x48/apps/TeXworks.png \
share/icons/hicolor/512x512/apps/TeXworks.png \
share/icons/hicolor/64x64/apps/TeXworks.png \
+ share/man/man1/texworks.1.gz \
share/metainfo/texworks.appdata.xml
OPTIONS_DEFINE= DOCS LUA PYTHON