git: 05522709d5ff - main - graphics/scr2png: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 15:08:19 UTC
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=05522709d5ff0e40016eab180e5eb205b5c49c73 commit 05522709d5ff0e40016eab180e5eb205b5c49c73 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-16 15:05:02 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-16 15:05:02 +0000 graphics/scr2png: Move man pages to share/man Approved by: portmgr (blanket) --- graphics/scr2png/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile index c5324f3ed176..55545b2e9a47 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -1,6 +1,6 @@ PORTNAME= scr2png PORTVERSION= 1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= LOCAL/nik @@ -13,9 +13,9 @@ LIB_DEPENDS= libgd.so:graphics/gd NO_WRKSUBDIR= yes USES= uidfix -MAKE_ARGS= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} +MAKE_ARGS= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}/share -PLIST_FILES= bin/scr2png man/man1/scr2png.1.gz +PLIST_FILES= bin/scr2png share/man/man1/scr2png.1.gz pre-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile