diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 11:43:20 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 12:26:17 +0000 |
commit | 71faad942172145daac3d316f7a9b86f759e1b42 (patch) | |
tree | 06ab978c01ffc3fd227fac0afc44fded8cf95e88 | |
parent | 95869a318c739e4070b43bd234ac1c4d68ea7f42 (diff) |
graphics/ipe: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/ipe/Makefile | 4 | ||||
-rw-r--r-- | graphics/ipe/pkg-plist | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index e56aae0c0b2d..3cf876de2381 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipe PORTVERSION= 7.2.23 DISTVERSIONSUFFIX= -src -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/ @@ -34,7 +34,7 @@ MAKE_ENV= DL_LIBS="" \ INSTALL_PROGRAMS="${INSTALL_PROGRAM}" \ INSTALL_ROOT="${STAGEDIR}" \ IPEDOCDIR="${DOCSDIR}" \ - IPEMANDIR="${MANPREFIX}/man/man1" \ + IPEMANDIR="${PREFIX}/share/man/man1" \ IPEPREFIX="${PREFIX}" \ JPEG_CFLAGS="-I${LOCALBASE}/include" \ JPEG_LIBS="-L${LOCALBASE}/lib -ljpeg" \ diff --git a/graphics/ipe/pkg-plist b/graphics/ipe/pkg-plist index b73da66db798..5a74f9513ae7 100644 --- a/graphics/ipe/pkg-plist +++ b/graphics/ipe/pkg-plist @@ -63,12 +63,12 @@ lib/libipelua.so lib/libipelua.so.%%VERSION%% lib/libipeui.so lib/libipeui.so.%%VERSION%% -man/man1/ipe.1.gz -man/man1/ipe6upgrade.1.gz -man/man1/ipeextract.1.gz -man/man1/iperender.1.gz -man/man1/ipescript.1.gz -man/man1/ipetoipe.1.gz +share/man/man1/ipe.1.gz +share/man/man1/ipe6upgrade.1.gz +share/man/man1/ipeextract.1.gz +share/man/man1/iperender.1.gz +share/man/man1/ipescript.1.gz +share/man/man1/ipetoipe.1.gz %%DATADIR%%/%%VERSION%%/icons/icon_128x128.png %%DATADIR%%/%%VERSION%%/icons/icons.ipe %%DATADIR%%/%%VERSION%%/lua/actions.lua |