summaryrefslogtreecommitdiff
path: root/shells/autojump
diff options
context:
space:
mode:
authorwiz <wiz>2015-02-10 22:47:33 +0000
committerwiz <wiz>2015-02-10 22:47:33 +0000
commit0a23a4d5eb56741cfe4dc0d70ab6e569d8330af2 (patch)
treeade3b1ed7d717d951e6e8f02e722cd8fefff6ab2 /shells/autojump
parentd4b376a2f3d5a2578daf283de8be0d180ea14ec7 (diff)
downloadpkgsrc-0a23a4d5eb56741cfe4dc0d70ab6e569d8330af2.tar.gz
Fix interpreter path in installed files. Bump PKGREVISION.
Diffstat (limited to 'shells/autojump')
-rw-r--r--shells/autojump/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/autojump/Makefile b/shells/autojump/Makefile
index e095ca0d58e..dff768d6c4f 100644
--- a/shells/autojump/Makefile
+++ b/shells/autojump/Makefile
@@ -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 @@ WRKSRC= ${WRKDIR}/autojump-release-v${VERSION}
INSTALLATION_DIRS+= bin share/autojump ${PKGMANDIR}/man1
+REPLACE_PYTHON+= bin/autojump bin/*.py
+
do-build:
# nothing