From 34156e93e84fe00711fac9dbf19e33534dc665f9 Mon Sep 17 00:00:00 2001 From: Dmitri Goutnik Date: Sun, 29 Sep 2019 22:29:39 +0000 Subject: 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 --- finance/fixc/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'finance') 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 -- cgit v1.2.3