pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gh



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Oct 11 12:27:02 UTC 2021

Modified Files:
        pkgsrc/net/gh: Makefile

Log Message:
gh: remove redundant do-install, INSTALLATION_DIRS, CHECK_RELRO_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/gh/Makefile

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

Modified files:

Index: pkgsrc/net/gh/Makefile
diff -u pkgsrc/net/gh/Makefile:1.26 pkgsrc/net/gh/Makefile:1.27
--- pkgsrc/net/gh/Makefile:1.26 Fri Oct  8 18:55:02 2021
+++ pkgsrc/net/gh/Makefile      Mon Oct 11 12:27:02 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/10/08 18:55:02 bsiegert Exp $
+# $NetBSD: Makefile,v 1.27 2021/10/11 12:27:02 tnn Exp $
 
 DISTNAME=      gh-2.0.0
 PKGREVISION=   2
@@ -15,12 +15,6 @@ LICENSE=     mit
 DEPENDS+=              git-base-[0-9]*:../../devel/git-base
 
 GO_BUILD_PATTERN=      ./cmd/gh
-CHECK_RELRO_SKIP+=     bin/gh
-
-INSTALLATION_DIRS+=    bin
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/gh ${DESTDIR}${PREFIX}/bin
 
 .include "go-modules.mk"
 



Home | Main Index | Thread Index | Old Index