diff options
author | wiz <wiz> | 2015-02-10 22:47:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-02-10 22:47:33 +0000 |
commit | a89b5f2ef9fed74196575d35178d0489639a20b5 (patch) | |
tree | ade3b1ed7d717d951e6e8f02e722cd8fefff6ab2 /shells | |
parent | a976281b6d923a1bb948af69f5d85baa6ad25533 (diff) | |
download | pkgsrc-a89b5f2ef9fed74196575d35178d0489639a20b5.tar.gz |
Fix interpreter path in installed files. Bump PKGREVISION.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/autojump/Makefile | 5 |
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 |