pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gping: add missing INSTALLATIOND_DIR



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Jul 3 09:58:06 2023 +0200
Changeset:	55f120beab49059a81e9b68f7e20d653aac1d03a

Modified Files:
	gping/Makefile

Log Message:
gping: add missing INSTALLATIOND_DIR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=55f120beab49059a81e9b68f7e20d653aac1d03a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gping/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gping/Makefile b/gping/Makefile
index bfd6d84c92..3def646a6e 100644
--- a/gping/Makefile
+++ b/gping/Makefile
@@ -17,7 +17,7 @@ LICENSE=	mit
 WRKSRC=		${WRKDIR}/gping-be060c10d0f99ba07f951ed2a1c5d605abe3a2af
 
 USE_TOOLS+=		pkg-config
-INSTALLATION_DIRS=	bin
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 RUSTFLAGS+=		-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
 
 do-install:


Home | Main Index | Thread Index | Old Index