pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/fq



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 26 09:31:38 UTC 2026

Modified Files:
        pkgsrc/devel/fq: Makefile PLIST

Log Message:
fq: install man page.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/fq/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/fq/PLIST

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

Modified files:

Index: pkgsrc/devel/fq/Makefile
diff -u pkgsrc/devel/fq/Makefile:1.53 pkgsrc/devel/fq/Makefile:1.54
--- pkgsrc/devel/fq/Makefile:1.53       Tue Aug 25 18:11:08 2026
+++ pkgsrc/devel/fq/Makefile    Wed Aug 26 09:31:37 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2026/08/25 18:11:08 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2026/08/26 09:31:37 wiz Exp $
 
 DISTNAME=      fq-0.18.0
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wader/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,6 +13,11 @@ LICENSE=     mit
 
 GO_BUILD_PATTERN+=     .
 
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/doc/fq.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
 .include "go-modules.mk"
 
 .include "../../lang/go/go-module.mk"

Index: pkgsrc/devel/fq/PLIST
diff -u pkgsrc/devel/fq/PLIST:1.1 pkgsrc/devel/fq/PLIST:1.2
--- pkgsrc/devel/fq/PLIST:1.1   Thu Feb 16 10:55:23 2023
+++ pkgsrc/devel/fq/PLIST       Wed Aug 26 09:31:37 2026
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2023/02/16 10:55:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/08/26 09:31:37 wiz Exp $
 bin/fq
+man/man1/fq.1



Home | Main Index | Thread Index | Old Index