pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/p5-pilot-link To install perl module files, rem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddc7712b3598
branches:  trunk
changeset: 528761:ddc7712b3598
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue May 15 13:13:25 2007 +0000

description:
To install perl module files,  remove cookie file.
Should fix build problem of comms/pilotmgr.

Bump PKGREVISION.

diffstat:

 comms/p5-pilot-link/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 4d8d2668532e -r ddc7712b3598 comms/p5-pilot-link/Makefile
--- a/comms/p5-pilot-link/Makefile      Tue May 15 13:11:57 2007 +0000
+++ b/comms/p5-pilot-link/Makefile      Tue May 15 13:13:25 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.37 2007/03/27 22:24:11 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2007/05/15 13:13:25 obache Exp $
 #
 
 .include "../../comms/pilot-link/Makefile.common"
 
 PKGNAME=               p5-${DISTNAME}
+PKGREVISION=           1
 
 COMMENT=               Perl bindings for pilot-link
 
@@ -30,6 +31,9 @@
 SUBST_FILES.progs=     src/Makefile.in
 SUBST_SED.progs=       -e s:@ENABLE_CONDUITS_TRUE@bin_PROGRAMS:@ENABLE_CONDUITS_TRUE@bin_PROGRAMSX:
 
+post-extract:
+       rm -f ${WRKSRC}/bindings/Perl/pm_to_blib
+
 #post-patch:
 #      cd ${WRKSRC} &&                                                 \
 #      for mf in src/Makefile.in src/*/Makefile.in ; do                \



Home | Main Index | Thread Index | Old Index