pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/vault
Module Name: pkgsrc
Committed By: riastradh
Date: Thu Feb 6 12:39:00 UTC 2025
Modified Files:
pkgsrc/security/vault: Makefile
Log Message:
security/vault: Use GOPATH_BIN in do-install to enable cross-build.
No change to native builds so no revbump.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/security/vault/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/vault/Makefile
diff -u pkgsrc/security/vault/Makefile:1.106 pkgsrc/security/vault/Makefile:1.107
--- pkgsrc/security/vault/Makefile:1.106 Fri Sep 6 18:48:56 2024
+++ pkgsrc/security/vault/Makefile Thu Feb 6 12:39:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2024/09/06 18:48:56 bsiegert Exp $
+# $NetBSD: Makefile,v 1.107 2025/02/06 12:39:00 riastradh Exp $
DISTNAME= vault-1.6.6
PKGREVISION= 37
@@ -28,7 +28,7 @@ pre-build:
${RM} -rf ${WRKSRC}/vault/external_tests
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/bin/vault ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKDIR}/${GOPATH_BIN}/vault ${DESTDIR}${PREFIX}/bin
do-test:
cd ${WRKSRC} && ${SETENV} GOPATH=${WRKDIR}:${BUILDLINK_DIR}/gopkg ${GO} test -v ./vault
Home |
Main Index |
Thread Index |
Old Index