summaryrefslogtreecommitdiff
path: root/audio/gtkpod
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-07-14 19:29:44 +0000
committerhasso <hasso@pkgsrc.org>2009-07-14 19:29:44 +0000
commit796f01b00ded8a8244667794c6a7786ef8075b35 (patch)
treeb7ce094efea54f02c451bd1e6768c7b2bfbbd58f /audio/gtkpod
parent35183facc75561ba64eadb8644d1059af688da94 (diff)
downloadpkgsrc-796f01b00ded8a8244667794c6a7786ef8075b35.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/Makefile6
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"