git: 273e73a411e2 - main - graphics/xzgv: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 01:33:24 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=273e73a411e22999f236ab5739e5c4949432f074 commit 273e73a411e22999f236ab5739e5c4949432f074 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 00:54:28 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 01:32:47 +0000 graphics/xzgv: Sanitize MANPREFIX Approved by: portmgr (blanket) --- graphics/xzgv/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index 315c8125dd42..05d662e794b2 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -1,6 +1,6 @@ PORTNAME= xzgv PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF @@ -21,7 +21,7 @@ USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lm -PLIST_FILES= bin/xzgv man/man1/xzgv.1.gz +PLIST_FILES= bin/xzgv share/man/man1/xzgv.1.gz post-patch: ${REINPLACE_CMD} -e 's|^CC|#CC|g ; \ @@ -30,6 +30,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xzgv ${STAGEDIR}${LOCALBASE}/bin/ - ${INSTALL_MAN} ${WRKSRC}/doc/xzgv.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/xzgv.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>