Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2019 09:44:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511867 - head/security/totp-cli
Message-ID:  <201909120944.x8C9iDT5091226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 12 09:44:12 2019
New Revision: 511867
URL: https://svnweb.freebsd.org/changeset/ports/511867

Log:
  Remove do-install: it is defined in go.mk
  
  Notified by:	Dmitri Goutnik <dg@syrec.org>

Modified:
  head/security/totp-cli/Makefile

Modified: head/security/totp-cli/Makefile
==============================================================================
--- head/security/totp-cli/Makefile	Thu Sep 12 09:40:15 2019	(r511866)
+++ head/security/totp-cli/Makefile	Thu Sep 12 09:44:12 2019	(r511867)
@@ -25,7 +25,4 @@ GH_TUPLE=	golang:crypto:71b5226:golang_crypto/vendor/g
 		yitsushi:go-commander:v1.1.0:yitsushi_go_commander/vendor/github.com/yitsushi/go-commander
 USE_GITHUB=	yes
 
-do-install:
-	${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/totp-cli ${STAGEDIR}${PREFIX}/bin/totp-cli
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909120944.x8C9iDT5091226>