summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-12-25 12:49:27 +0000
committeradam <adam@pkgsrc.org>2019-12-25 12:49:27 +0000
commitdfc198367f966dbf74c4692389e98359090b9717 (patch)
treed40cb8f9e0467e93a6290d9eef962fd10ba2ee69 /textproc
parentee51cec6ebe2764ebd5554822c9473d3630f58d2 (diff)
downloadpkgsrc-dfc198367f966dbf74c4692389e98359090b9717.tar.gz
jo: fix PLIST; bump revision
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jo/Makefile11
-rw-r--r--textproc/jo/PLIST3
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/jo/Makefile b/textproc/jo/Makefile
index 80917697e21..f4b237365f0 100644
--- a/textproc/jo/Makefile
+++ b/textproc/jo/Makefile
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.9 2019/11/04 09:24:22 fcambus Exp $
+# $NetBSD: Makefile,v 1.10 2019/12/25 12:49:27 adam Exp $
DISTNAME= jo-1.3
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=jpmens/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://github.com/jpmens/jo
COMMENT= JSON output from a shell
LICENSE= gnu-gpl-v2
-GITHUB_RELEASE= ${PKGVERSION_NOREV}
-
-GNU_CONFIGURE= yes
-
USE_LANGUAGES= c c99
-
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= bashcompdir=${PREFIX}/share/bash_completion.d
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/jo/PLIST b/textproc/jo/PLIST
index d90ab75b59d..98cfaf827aa 100644
--- a/textproc/jo/PLIST
+++ b/textproc/jo/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/07/26 17:29:22 kamil Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/12/25 12:49:27 adam Exp $
bin/jo
man/man1/jo.1
+share/bash_completion.d/jo.bash