Date: Sun, 26 Feb 2017 08:07:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434847 - head/textproc/jid Message-ID: <201702260807.v1Q87Gdo094062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 26 08:07:15 2017 New Revision: 434847 URL: https://svnweb.freebsd.org/changeset/ports/434847 Log: Fix packaging Reported by: pkg-fallout Modified: head/textproc/jid/Makefile Modified: head/textproc/jid/Makefile ============================================================================== --- head/textproc/jid/Makefile Sun Feb 26 02:57:48 2017 (r434846) +++ head/textproc/jid/Makefile Sun Feb 26 08:07:15 2017 (r434847) @@ -27,6 +27,6 @@ PLIST_FILES= bin/jid do-build: @(cd ${WRKSRC}; \ - ${SETENV} ${GO_ENV} GOPATH=${WRKSRC} ${GO_CMD} build -v -o ${WRKSRC}/bin/jid cmd/jid/jid.go) + ${SETENV} ${GO_ENV} GOPATH=${WRKSRC} ${GO_CMD} build -v -o ${GO_WRKDIR_BIN}/jid cmd/jid/jid.go) .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702260807.v1Q87Gdo094062>