diff options
author | obache <obache> | 2007-05-15 13:13:25 +0000 |
---|---|---|
committer | obache <obache> | 2007-05-15 13:13:25 +0000 |
commit | de717559b5f1da321d17778305d3b1b9446808fe (patch) | |
tree | c02455b7537fbe9d6b01e3ad50540e719212d832 /comms/p5-pilot-link | |
parent | 3f50c865c195ed6e58f996dd21ac7d139d8b705d (diff) | |
download | pkgsrc-de717559b5f1da321d17778305d3b1b9446808fe.tar.gz |
To install perl module files, remove cookie file.
Should fix build problem of comms/pilotmgr.
Bump PKGREVISION.
Diffstat (limited to 'comms/p5-pilot-link')
-rw-r--r-- | comms/p5-pilot-link/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile index 66c6166f40d..8c2c172af6a 100644 --- a/comms/p5-pilot-link/Makefile +++ b/comms/p5-pilot-link/Makefile @@ -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_MESSAGE.progs= Trim programs to build 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 \ |