svn commit: r511867 - head/security/totp-cli

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 12 09:44:13 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list