aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2019-09-29 22:29:39 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2019-09-29 22:29:39 +0000
commit34156e93e84fe00711fac9dbf19e33534dc665f9 (patch)
tree644edaf7864f48d3652926a9f242a0f01e0cdf92 /finance
parentff71c9d91c68253cfaa8c6a682953afd5329b26f (diff)
downloadports-34156e93e84fe00711fac9dbf19e33534dc665f9.tar.gz
ports-34156e93e84fe00711fac9dbf19e33534dc665f9.zip
Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail)
- Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21741
Notes
Notes: svn path=/head/; revision=513274
Diffstat (limited to 'finance')
-rw-r--r--finance/fixc/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile
index 496484f8d04c..f2ecd200c411 100644
--- a/finance/fixc/Makefile
+++ b/finance/fixc/Makefile
@@ -14,11 +14,4 @@ PLIST_FILES= bin/fixc
USE_GITHUB= yes
GH_ACCOUNT= blttll
-do-build:
- @cd ${WRKSRC} && \
- ${SETENV} ${MAKE_ENV} go build -o fixc main.go
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fixc ${STAGEDIR}${PREFIX}/bin
-
.include <bsd.port.mk>