Fixed paths to bash and python
This commit is contained in:
parent
5bc93a8ed3
commit
b31f071ae6
2 changed files with 14 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.16 2007/07/08 20:46:37 smb Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2007/08/07 00:06:32 smb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtkpod-0.99.8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
|
||||
PKGREVISION= 1
|
||||
|
||||
PATCHFILES= gtkpod-0.99.8_libgpod-0.4.2.diff
|
||||
PATCH_SITES= http://ftp.osuosl.org/pub/gentoo/distfiles/
|
||||
|
@ -21,6 +22,16 @@ USE_TOOLS+= intltool msgfmt perl:run pkg-config
|
|||
|
||||
REPLACE_PERL+= scripts/mab2vcard
|
||||
|
||||
REPLACE_INTERPRETER+= bash
|
||||
REPLACE.bash.old= .*/bin/bash
|
||||
REPLACE.bash.new= ${PREFIX}/bin/bash
|
||||
REPLACE_FILES.bash= scripts/sync-knotes.sh
|
||||
|
||||
REPLACE_PYTHON+= scripts/sync-palm-jppy.py
|
||||
.include "../../lang/python/application.mk"
|
||||
|
||||
DEPENDS+= bash>=3.2.9:../../shells/bash
|
||||
|
||||
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4.0
|
||||
BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.4.2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2007,v 1.1728 2007/08/06 23:39:59 wiz Exp $
|
||||
$NetBSD: CHANGES-2007,v 1.1729 2007/08/07 00:06:31 smb Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2007:
|
||||
|
||||
|
@ -3180,3 +3180,4 @@ Changes to the packages collection and infrastructure in 2007:
|
|||
Updated games/bzflag to 2.0.8 [xtraeme 2007-08-06]
|
||||
Updated textproc/p5-XML-LibXML-Iterator to 1.03 [seb 2007-08-06]
|
||||
Updated devel/ruby-rcsparse to 0.0.0.41 [wiz 2007-08-06]
|
||||
Updated audio/gtkpod to 0.99.8nb1 [smb 2007-08-06]
|
||||
|
|
Loading…
Reference in a new issue