Add some bug report URLs.
This commit is contained in:
parent
e454338dfa
commit
d3d8858779
3 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/02/08 17:31:49 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/02/08 17:40:25 wiz Exp $
|
||||
|
||||
VERSION= 22.2.4
|
||||
DISTNAME= autojump-${VERSION}
|
||||
|
@ -19,6 +19,7 @@ do-build:
|
|||
|
||||
# the install.py script is not friendly to destdir installation as non-root
|
||||
# cd ${WRKSRC} && ${ENV} SHELL=${BASH} ${PYTHONBIN} install.py -fs -p ${PREFIX} -d ${DESTDIR}
|
||||
# see also https://github.com/joelthelion/autojump/issues/338
|
||||
do-install:
|
||||
cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} autojump autojump_argparse.py autojump_data.py autojump_utils.py ${DESTDIR}${PREFIX}/bin
|
||||
cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} icon.png ${DESTDIR}${PREFIX}/share/autojump
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/02/08 17:31:49 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/02/08 17:40:25 wiz Exp $
|
||||
|
||||
SHA1 (autojump-22.2.4.tar.gz) = df9ff56e128efb8a8e1af574dbac9e4b3c47c1d6
|
||||
RMD160 (autojump-22.2.4.tar.gz) = 761710ce83a67059a3abe771c577b111acb77245
|
||||
Size (autojump-22.2.4.tar.gz) = 52724 bytes
|
||||
SHA1 (patch-install.py) = 74a881c8f86cc2651768828a438d239b5553262c
|
||||
SHA1 (patch-install.py) = b1c09b8da766861192c3097cb813461099957a4b
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: patch-install.py,v 1.1 2015/02/08 17:31:49 wiz Exp $
|
||||
$NetBSD: patch-install.py,v 1.2 2015/02/08 17:40:25 wiz Exp $
|
||||
|
||||
Remove duplicate mkdirs.
|
||||
https://github.com/joelthelion/autojump/issues/350
|
||||
|
||||
--- install.py.orig 2015-01-25 07:13:20.000000000 +0000
|
||||
+++ install.py
|
||||
|
|
Loading…
Reference in a new issue