svn commit: r434847 - head/textproc/jid

Antoine Brodin antoine at FreeBSD.org
Sun Feb 26 08:07:17 UTC 2017


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>


More information about the svn-ports-head mailing list