aboutsummaryrefslogtreecommitdiff
path: root/graphics/jp/Makefile
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2020-02-24 17:53:31 +0000
committerMikael Urankar <mikael@FreeBSD.org>2020-02-24 17:53:31 +0000
commitc40b4b99eef86d816dd91131fce56abe3d39d35e (patch)
tree19a02e8ef49705f2eb0cc3e67fe6b098a1e0131c /graphics/jp/Makefile
parent08cd06916d32fe94649cd7763dbce073d9a0b544 (diff)
downloadports-c40b4b99eef86d816dd91131fce56abe3d39d35e.tar.gz
ports-c40b4b99eef86d816dd91131fce56abe3d39d35e.zip
Notes
Diffstat (limited to 'graphics/jp/Makefile')
-rw-r--r--graphics/jp/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/jp/Makefile b/graphics/jp/Makefile
index dc0e9d9e0487..49a77db390f1 100644
--- a/graphics/jp/Makefile
+++ b/graphics/jp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= jp
DISTVERSION= 1.1.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= 0mp@FreeBSD.org
@@ -14,11 +14,16 @@ LICENSE_COMB= multi
USES= go
USE_GITHUB= yes
GH_ACCOUNT= sgreben
+GH_TUPLE= golang:sys:fead79001313:golang_sys/vendor/golang.org/x/sys_fead79001313
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/${PORTNAME}
OPTIONS_DEFINE= DOCS EXAMPLES
+pre-build:
+ ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
+ ${MV} ${WRKSRC}/vendor/golang.org/x/sys_fead79001313 ${WRKSRC}/vendor/golang.org/x/sys
+
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && \