diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-27 22:24:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-27 22:24:11 +0000 |
commit | 1cbe15276c250e813490c10f7b8d69d36d1a013c (patch) | |
tree | 1146c29cae5fdf6242d2295786897acf3f2006a3 /comms | |
parent | aaa9ea223fd31addd5a8db0169a66c61c3695ae3 (diff) | |
download | pkgsrc-1cbe15276c250e813490c10f7b8d69d36d1a013c.tar.gz |
Fix installation and PLIST after update to 0.12.2.
Install failed, so no PKGREVISION bump necessary.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-pilot-link/Makefile | 6 | ||||
-rw-r--r-- | comms/p5-pilot-link/PLIST | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/comms/p5-pilot-link/PLIST b/comms/p5-pilot-link/PLIST index 8c4b282c34b..b2682557efb 100644 --- a/comms/p5-pilot-link/PLIST +++ b/comms/p5-pilot-link/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/10 04:30:16 rh Exp $ -bin/ietf2datebook +@comment $NetBSD: PLIST,v 1.3 2007/03/27 22:24:11 wiz Exp $ +bin/pilot-ietf2datebook bin/pilot-undelete -bin/sync-plan +bin/pilot-sync-plan |