pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/restic
Module Name: pkgsrc
Committed By: tnn
Date: Mon Oct 11 11:16:41 UTC 2021
Modified Files:
pkgsrc/sysutils/restic: Makefile
Log Message:
restic: remove redundant do-install, INSTALLATION_DIRS, CHECK_RELRO_SKIP
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/restic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/restic/Makefile
diff -u pkgsrc/sysutils/restic/Makefile:1.8 pkgsrc/sysutils/restic/Makefile:1.9
--- pkgsrc/sysutils/restic/Makefile:1.8 Fri Oct 8 18:55:09 2021
+++ pkgsrc/sysutils/restic/Makefile Mon Oct 11 11:16:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/10/08 18:55:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2021/10/11 11:16:41 tnn Exp $
PKGNAME= restic-0.11.0
PKGREVISION= 7
@@ -16,16 +16,14 @@ LICENSE= mit
EXTRACT_USING= bsdtar
GO_BUILD_PATTERN= ./cmd/restic
-CHECK_RELRO_SKIP+= bin/restic
-INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 \
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1 \
share/bash-completion/completions \
share/zsh/site-functions
.include "go-modules.mk"
-do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/restic ${DESTDIR}${PREFIX}/bin
+post-install:
${INSTALL_DATA} ${WRKSRC}/doc/bash-completion.sh \
${DESTDIR}${PREFIX}/share/bash-completion/completions/restic
${INSTALL_DATA} ${WRKSRC}/doc/zsh-completion.zsh \
Home |
Main Index |
Thread Index |
Old Index