Skip to content

Commit

Permalink
graphics/ida: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 1f4f647 commit 4e568e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion graphics/ida/files/patch-mk_Variables.mk
Expand Up @@ -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

0 comments on commit 4e568e3

Please sign in to comment.