diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 08:06:24 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 08:06:24 +0000 |
commit | 54e279cd729c9bf5428e3d8423fec99fa7e97b8d (patch) | |
tree | 2de9381d204a65a62d4393ca3bb1a5b85c51daeb /finance | |
parent | 15a23210ccc7af4d05fbe6ad3ae66e6793719b98 (diff) | |
download | ports-54e279cd729c9bf5428e3d8423fec99fa7e97b8d.tar.gz ports-54e279cd729c9bf5428e3d8423fec99fa7e97b8d.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/fixc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile index 077be668f8aa..028176e2903c 100644 --- a/finance/fixc/Makefile +++ b/finance/fixc/Makefile @@ -15,8 +15,8 @@ USE_GITHUB= yes GH_ACCOUNT= blttll do-build: - cd ${WRKSRC} && \ - go build -o fixc main.go + @cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} go build -o fixc main.go do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fixc ${STAGEDIR}${PREFIX}/bin |