diff options
author | hasso <hasso@pkgsrc.org> | 2009-07-14 19:29:44 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-07-14 19:29:44 +0000 |
commit | 247b1444d3a851bcdff388f59a12374615abe4a2 (patch) | |
tree | b7ce094efea54f02c451bd1e6768c7b2bfbbd58f /audio/gtkpod | |
parent | 9ded239a99f657d9be531a61736723fef7e91b03 (diff) | |
download | pkgsrc-247b1444d3a851bcdff388f59a12374615abe4a2.tar.gz |
Fix interpreter in two more bash scripts - sync-ldif.sh and sync-evolution.sh.
Bump PKGREVISION.
Diffstat (limited to 'audio/gtkpod')
-rw-r--r-- | audio/gtkpod/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index bff22233a0d..25bbd110a6c 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2009/02/15 09:43:38 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2009/07/14 19:29:44 hasso Exp $ # DISTNAME= gtkpod-0.99.14 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/} @@ -21,7 +22,8 @@ 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_FILES.bash= scripts/sync-knotes.sh scripts/sync-evolution.sh \ + scripts/sync-ldif.sh REPLACE_PYTHON+= scripts/sync-palm-jppy.py .include "../../lang/python/application.mk" |