mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
graphics/libjxr: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
59d80e581f
commit
0af80e377b
@ -1,5 +1,6 @@
|
||||
PORTNAME= jxrlib
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= DEBIAN
|
||||
DISTFILES= jxrlib_${PORTVERSION}.orig.tar.gz \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user