diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 15:54:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 16:54:14 +0000 |
commit | 0ad9cdd2233fbf541f89209685457d68232c0ce3 (patch) | |
tree | eec873063660cee5ae497c9bacca3cb1a1237337 | |
parent | b892bdb0f64e340ea729f1b0ff58b151e2345ca5 (diff) |
editors/gnome-latex: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | editors/gnome-latex/Makefile | 3 | ||||
-rw-r--r-- | editors/gnome-latex/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/gnome-latex/Makefile b/editors/gnome-latex/Makefile index 5a3ae3419573..f4c1f364e99b 100644 --- a/editors/gnome-latex/Makefile +++ b/editors/gnome-latex/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-latex PORTVERSION= 3.44.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -22,6 +22,7 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ USES= compiler:c11 desktop-file-utils gettext gmake gnome \ pkgconfig tar:xz tex vala:build GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_GNOME= cairo dconf intltool gtksourceview4 USE_TEX= latex dvipsk INSTALL_TARGET= install-strip diff --git a/editors/gnome-latex/pkg-plist b/editors/gnome-latex/pkg-plist index 1c07ff939844..74e72056ac11 100644 --- a/editors/gnome-latex/pkg-plist +++ b/editors/gnome-latex/pkg-plist @@ -1,5 +1,5 @@ bin/gnome-latex -man/man1/gnome-latex.1.gz +share/man/man1/gnome-latex.1.gz share/applications/org.gnome.gnome-latex.desktop share/dbus-1/services/org.gnome.gnome-latex.service %%DATADIR%%/build_tools.xml |