diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
commit | 18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /comms/p5-pilot-link | |
parent | 81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff) | |
download | pkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.tar.gz |
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
Diffstat (limited to 'comms/p5-pilot-link')
-rw-r--r-- | comms/p5-pilot-link/Makefile | 16 | ||||
-rw-r--r-- | comms/p5-pilot-link/pkg/PLIST | 13 |
2 files changed, 10 insertions, 19 deletions
diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile index 5c8a08dd9db..0ca8440177d 100644 --- a/comms/p5-pilot-link/Makefile +++ b/comms/p5-pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/14 14:19:30 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/27 07:11:00 jlam Exp $ DISTNAME= pilot-link.0.9.3 PKGNAME= p5-pilot-link-0.9.3 @@ -9,15 +9,17 @@ MAINTAINER= packages@netbsd.org DEPENDS+= pilot-link-0.9.3:../../comms/pilot-link -USE_PERL5= yes -USE_LIBTOOL= yes +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PDA/Pilot/.packlist + +USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKDIR}/${DISTNAME}/scripts/ltconfig -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-perl5=${PERL5_BIN} --without-tcl \ + +GNU_CONFIGURE= # defined +CONFIGURE_ARGS= --with-perl5=${PERL5} --without-tcl \ --without-python --without-java MAKE_ENV+= OTHERLDFLAGS="${LDFLAGS}" -PERL5_BIN= ${LOCALBASE}/bin/perl WRKSRC= ${WRKDIR}/${DISTNAME}/Perl5 pre-configure: @@ -28,6 +30,6 @@ pre-configure: ${CHMOD} ${BINMODE} configure post-configure: - cd ${WRKSRC} && ${PERL5_BIN} Makefile.PL + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/comms/p5-pilot-link/pkg/PLIST b/comms/p5-pilot-link/pkg/PLIST index 6839f22ba85..a3f38eed4c4 100644 --- a/comms/p5-pilot-link/pkg/PLIST +++ b/comms/p5-pilot-link/pkg/PLIST @@ -1,12 +1 @@ -@comment $NetBSD: PLIST,v 1.2 1999/09/07 14:49:42 bad Exp $ -lib/perl5/site_perl/PDA/Pilot.pm -lib/perl5/site_perl/PDA/dump.pl -lib/perl5/site_perl/auto/PDA/Pilot/autosplit.ix -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA/Pilot/.packlist -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA/Pilot/Pilot.bs -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA/Pilot/Pilot.so -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA/Pilot -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA -@dirrm lib/perl5/site_perl/auto/PDA/Pilot -@dirrm lib/perl5/site_perl/auto/PDA -@dirrm lib/perl5/site_perl/PDA +@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:00 jlam Exp $ |