diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 11:45:03 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 12:26:17 +0000 |
commit | 0af80e377bbf458e6c846bab81ea1b8ccd776c8b (patch) | |
tree | 0230c213f0d4e04a8e6eb0e83ed7259dd8ff6d8d | |
parent | 59d80e581f0bea2461d8f810d0136549575d49cb (diff) |
graphics/libjxr: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/libjxr/Makefile | 1 | ||||
-rw-r--r-- | graphics/libjxr/files/BSDmakefile.JxrDecApp | 2 | ||||
-rw-r--r-- | graphics/libjxr/files/BSDmakefile.JxrEncApp | 2 | ||||
-rw-r--r-- | graphics/libjxr/pkg-plist | 4 |
4 files changed, 5 insertions, 4 deletions
diff --git a/graphics/libjxr/Makefile b/graphics/libjxr/Makefile index c79244a1dd86..7fbbdfe40099 100644 --- a/graphics/libjxr/Makefile +++ b/graphics/libjxr/Makefile @@ -1,5 +1,6 @@ PORTNAME= jxrlib PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= DEBIAN DISTFILES= jxrlib_${PORTVERSION}.orig.tar.gz \ diff --git a/graphics/libjxr/files/BSDmakefile.JxrDecApp b/graphics/libjxr/files/BSDmakefile.JxrDecApp index 0adafe296051..4e603a426356 100644 --- a/graphics/libjxr/files/BSDmakefile.JxrDecApp +++ b/graphics/libjxr/files/BSDmakefile.JxrDecApp @@ -1,7 +1,7 @@ PROG= JxrDecApp BINDIR= ${PREFIX}/bin -MANDIR= ${MANPREFIX}/man/man +MANDIR= ${PREFIX}/share/man/man CFLAGS= -I${.CURDIR:H}/jxrgluelib -I${.CURDIR:H}/jxrtestlib CFLAGS+=-I${.CURDIR:H}/image/sys -I${.CURDIR:H}/common/include diff --git a/graphics/libjxr/files/BSDmakefile.JxrEncApp b/graphics/libjxr/files/BSDmakefile.JxrEncApp index 4becaea11cdb..d987fefb3e21 100644 --- a/graphics/libjxr/files/BSDmakefile.JxrEncApp +++ b/graphics/libjxr/files/BSDmakefile.JxrEncApp @@ -1,7 +1,7 @@ PROG= JxrEncApp BINDIR= ${PREFIX}/bin -MANDIR= ${MANPREFIX}/man/man +MANDIR= ${PREFIX}/share/man/man CFLAGS= -I${.CURDIR:H}/jxrgluelib -I${.CURDIR:H}/jxrtestlib CFLAGS+=-I${.CURDIR:H}/image/sys -I${.CURDIR:H}/common/include diff --git a/graphics/libjxr/pkg-plist b/graphics/libjxr/pkg-plist index 1406fc02df63..4a076c1dffa9 100644 --- a/graphics/libjxr/pkg-plist +++ b/graphics/libjxr/pkg-plist @@ -16,5 +16,5 @@ lib/libjpegxr.so.1 lib/libjxrglue.a lib/libjxrglue.so lib/libjxrglue.so.1 -man/man1/JxrDecApp.1.gz -man/man1/JxrEncApp.1.gz +share/man/man1/JxrDecApp.1.gz +share/man/man1/JxrEncApp.1.gz |