pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/autojump Fix interpreter path in installed file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7728a231b14c
branches:  trunk
changeset: 646542:7728a231b14c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 10 22:47:33 2015 +0000

description:
Fix interpreter path in installed files. Bump PKGREVISION.

diffstat:

 shells/autojump/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 6293c9cd5f80 -r 7728a231b14c shells/autojump/Makefile
--- a/shells/autojump/Makefile  Tue Feb 10 22:32:03 2015 +0000
+++ b/shells/autojump/Makefile  Tue Feb 10 22:47:33 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2015/02/08 17:40:25 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/02/10 22:47:33 wiz Exp $
 
 VERSION=       22.2.4
 DISTNAME=      autojump-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    shells
 MASTER_SITES=  -https://github.com/joelthelion/autojump/archive/release-v${VERSION}${EXTRACT_SUFX}
 
@@ -14,6 +15,8 @@
 
 INSTALLATION_DIRS+=    bin share/autojump ${PKGMANDIR}/man1
 
+REPLACE_PYTHON+=       bin/autojump bin/*.py
+
 do-build:
        # nothing
 



Home | Main Index | Thread Index | Old Index