summaryrefslogtreecommitdiff
path: root/comms/p5-pilot-link/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-27 22:24:11 +0000
committerwiz <wiz@pkgsrc.org>2007-03-27 22:24:11 +0000
commit1cbe15276c250e813490c10f7b8d69d36d1a013c (patch)
tree1146c29cae5fdf6242d2295786897acf3f2006a3 /comms/p5-pilot-link/Makefile
parentaaa9ea223fd31addd5a8db0169a66c61c3695ae3 (diff)
downloadpkgsrc-1cbe15276c250e813490c10f7b8d69d36d1a013c.tar.gz
Fix installation and PLIST after update to 0.12.2.
Install failed, so no PKGREVISION bump necessary.
Diffstat (limited to 'comms/p5-pilot-link/Makefile')
-rw-r--r--comms/p5-pilot-link/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile
index 3ccdf784399..66c6166f40d 100644
--- a/comms/p5-pilot-link/Makefile
+++ b/comms/p5-pilot-link/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2007/03/24 19:21:20 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2007/03/27 22:24:11 wiz Exp $
#
.include "../../comms/pilot-link/Makefile.common"
@@ -17,7 +17,7 @@ PERL5_CONFIGURE= NO
PERL5_PACKLIST= auto/PDA/Pilot/.packlist
PERL5_LDFLAGS= -lpisock
-REPLACE_PERL+= bindings/Perl/h2xs-pilot-link
+REPLACE_PERL+= bindings/Perl/h2xs-pilot-link src/pilot-ietf2datebook.pl
INSTALL_DIRS= ${WRKSRC}/bindings
INSTALLATION_DIRS= bin
@@ -39,7 +39,7 @@ SUBST_SED.progs= -e s:@ENABLE_CONDUITS_TRUE@bin_PROGRAMS:@ENABLE_CONDUITS_TRUE@b
# done
post-install:
-.for bin in ietf2datebook pilot-undelete sync-plan
+.for bin in pilot-ietf2datebook pilot-undelete pilot-sync-plan
cd ${WRKSRC}/src && \
${INSTALL_SCRIPT} ${bin} ${PREFIX}/bin
.endfor