aboutsummaryrefslogtreecommitdiff
path: root/security/totp-cli
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-12 09:44:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-12 09:44:12 +0000
commit0032bec7f7e137bf27d0569c606e9bb67bb5c00c (patch)
tree377fc2b6e060e5cb700902eac422e1385c2ddc0c /security/totp-cli
parent2181a95b51acdf60d0cd8feada8a26317c584143 (diff)
downloadports-0032bec7f7e137bf27d0569c606e9bb67bb5c00c.tar.gz
ports-0032bec7f7e137bf27d0569c606e9bb67bb5c00c.zip
Remove do-install: it is defined in go.mk
Notified by: Dmitri Goutnik <dg@syrec.org>
Notes
Notes: svn path=/head/; revision=511867
Diffstat (limited to 'security/totp-cli')
-rw-r--r--security/totp-cli/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/totp-cli/Makefile b/security/totp-cli/Makefile
index f2ac70a6feb9..b43e9ca3469d 100644
--- a/security/totp-cli/Makefile
+++ b/security/totp-cli/Makefile
@@ -25,7 +25,4 @@ GH_TUPLE= golang:crypto:71b5226:golang_crypto/vendor/golang.org/x/crypto \
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>