pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/moor
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Oct 14 16:55:18 UTC 2025
Modified Files:
pkgsrc/textproc/moor: Makefile
Log Message:
moor: pass in a version string. Ride recent update.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/moor/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/moor/Makefile
diff -u pkgsrc/textproc/moor/Makefile:1.12 pkgsrc/textproc/moor/Makefile:1.13
--- pkgsrc/textproc/moor/Makefile:1.12 Tue Oct 14 16:43:04 2025
+++ pkgsrc/textproc/moor/Makefile Tue Oct 14 16:55:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/10/14 16:43:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2025/10/14 16:55:17 schmonz Exp $
DISTNAME= moor-2.5.1
CATEGORIES= textproc
@@ -14,6 +14,8 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
.include "go-modules.mk"
+GO_BUILD_PATTERN= -ldflags "-X main.versionString=${PKGVERSION_NOREV}" ./...
+
post-install:
${INSTALL_MAN} ${WRKSRC}/${PKGBASE}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
Home |
Main Index |
Thread Index |
Old Index