git: 4e568e32318b - main - graphics/ida: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 09:48:46 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e568e32318b73a29c6dbedc022c7cd509bb6930 commit 4e568e32318b73a29c6dbedc022c7cd509bb6930 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 09:08:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 09:48:06 +0000 graphics/ida: Moved man to share/man Approved by: portmgr (blanket) --- graphics/ida/Makefile | 4 ++-- graphics/ida/files/patch-mk_Variables.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index b22c1235b1f2..77c208bcd1fc 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -1,6 +1,6 @@ PORTNAME= ida PORTVERSION= 2.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} @@ -25,7 +25,7 @@ CONFLICTS_INSTALL= exiftran PORTDOCS= README TODO INSTALL PLIST_FILES= bin/exiftran bin/ida lib/X11/app-defaults/Ida \ - man/man1/exiftran.1.gz man/man1/ida.1.gz \ + share/man/man1/exiftran.1.gz share/man/man1/ida.1.gz \ share/applications/ida.desktop OPTIONS_DEFINE= DOCS GIF PCD PNG SANE TIFF WEBP diff --git a/graphics/ida/files/patch-mk_Variables.mk b/graphics/ida/files/patch-mk_Variables.mk index 8bf896f3018c..2977ea0ed348 100644 --- a/graphics/ida/files/patch-mk_Variables.mk +++ b/graphics/ida/files/patch-mk_Variables.mk @@ -15,7 +15,7 @@ +sbindir = $(DESTDIR)$(PREFIX)/sbin +libdir = $(DESTDIR)$(PREFIX)/$(LIB) +shrdir = $(DESTDIR)$(PREFIX)/share -+mandir = $(DESTDIR)$(PREFIX)/man ++mandir = $(DESTDIR)$(PREFIX)/share/man locdir = $(shrdir)/locale appdir = $(shrdir)/applications