diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-04 23:14:00 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-04 23:14:00 +0000 |
commit | 7615de37492a52a083586ea7a1daa968732f7785 (patch) | |
tree | 21722ec73d5a3be6eb6e255ce508297e358b784b /security | |
parent | 147417f09c4ec391d93315b962c38f7d100f0c5d (diff) | |
download | ports-7615de37492a52a083586ea7a1daa968732f7785.tar.gz ports-7615de37492a52a083586ea7a1daa968732f7785.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/honeybadger/Makefile | 2 | ||||
-rw-r--r-- | security/obfs4proxy-tor/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/honeybadger/Makefile b/security/honeybadger/Makefile index a4cafbf6d749..88417913148a 100644 --- a/security/honeybadger/Makefile +++ b/security/honeybadger/Makefile @@ -31,7 +31,7 @@ LICENSE= GPLv3 do-build: .for bin in ${BIN_FILES} - cd ${WRKSRC}/src/github.com/david415/HoneyBadger/cmd/${bin}; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build + cd ${WRKSRC}/src/github.com/david415/HoneyBadger/cmd/${bin}; ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build .endfor do-install: diff --git a/security/obfs4proxy-tor/Makefile b/security/obfs4proxy-tor/Makefile index d1e99a7a2255..195913dc0971 100644 --- a/security/obfs4proxy-tor/Makefile +++ b/security/obfs4proxy-tor/Makefile @@ -34,7 +34,7 @@ PLIST_FILES= bin/obfs4proxy \ do-build: @${RLN} ${WRKSRC} ${WRKSRC}/obfs4proxy/src/git.torproject.org/pluggable-transports/obfs4.git @cd ${WRKSRC}/obfs4proxy && \ - ${SETENV} GOPATH=${WRKSRC}/obfs4proxy go build + ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC}/obfs4proxy go build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/obfs4proxy/obfs4proxy ${STAGEDIR}${PREFIX}/bin |