diff options
-rw-r--r-- | graphics/ida/Makefile | 4 | ||||
-rw-r--r-- | 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 |