diff options
author | antoine <antoine@FreeBSD.org> | 2017-02-26 16:07:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-02-26 16:07:15 +0800 |
commit | e80901a5f6902c60ddef6a50e688ea4ac8ef1585 (patch) | |
tree | c2c06c5f32905fe72fb1aa45aed0eecc48fe17c7 /textproc/jid | |
parent | f81fa5fcff80256da7500c1bd445d8e13f85878c (diff) | |
download | freebsd-ports-gnome-e80901a5f6902c60ddef6a50e688ea4ac8ef1585.tar.gz freebsd-ports-gnome-e80901a5f6902c60ddef6a50e688ea4ac8ef1585.tar.zst freebsd-ports-gnome-e80901a5f6902c60ddef6a50e688ea4ac8ef1585.zip |
Fix packaging
Reported by: pkg-fallout
Diffstat (limited to 'textproc/jid')
-rw-r--r-- | textproc/jid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jid/Makefile b/textproc/jid/Makefile index b6fde4d765dc..e2c327fb3f7c 100644 --- a/textproc/jid/Makefile +++ b/textproc/jid/Makefile @@ -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> |