diff options
-rw-r--r-- | comms/pilot-link/Makefile | 20 | ||||
-rw-r--r-- | comms/pilot-link/pkg/PLIST | 13 |
2 files changed, 2 insertions, 31 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index c79fd1dfe2d..03523268e90 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/05/20 20:09:50 tron Exp $ +# $NetBSD: Makefile,v 1.16 1999/05/20 20:38:42 tron Exp $ # DISTNAME= pilot-link.0.9.0 @@ -11,23 +11,5 @@ MAINTAINER= sommerfeld@alum.mit.edu USE_PERL5= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-perl5=${PERL5_BIN} --without-tcl \ - --without-python --without-java -MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" - -PERL5_BIN= ${LOCALBASE}/bin/perl - -post-build: - @${ECHO} "===> Building perl5 library" - @cd ${WRKSRC}/Perl5 && \ - ${PERL5_BIN} Makefile.PL && \ - ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET} - -post-install: - @${ECHO} "===> Installing perl5 library" - @cd ${WRKSRC}/Perl5 && \ - ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET} .include "../../mk/bsd.pkg.mk" diff --git a/comms/pilot-link/pkg/PLIST b/comms/pilot-link/pkg/PLIST index 31ca896a78c..1df0053fa49 100644 --- a/comms/pilot-link/pkg/PLIST +++ b/comms/pilot-link/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1999/05/12 22:32:15 tron Exp $ +@comment $NetBSD: PLIST,v 1.7 1999/05/20 20:38:42 tron Exp $ bin/addresses bin/ccexample bin/debugsh @@ -66,12 +66,6 @@ include/pi-version.h lib/libpicc.a lib/libpisock.a lib/libpisock.so.3.1 -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/i386-netbsd/auto/PDA/Pilot/.packlist -lib/perl5/site_perl/i386-netbsd/auto/PDA/Pilot/Pilot.bs -lib/perl5/site_perl/i386-netbsd/auto/PDA/Pilot/Pilot.so lib/pix/b1.gif lib/pix/b2.gif lib/pix/b3.gif @@ -90,9 +84,4 @@ man/man1/install-user.1 man/man1/pilot-xfer.1 man/man1/read-ical.1 man/man7/pilot-link.7 -@dirrm lib/perl5/site_perl/i386-netbsd/auto/PDA/Pilot -@dirrm lib/perl5/site_perl/i386-netbsd/auto/PDA -@dirrm lib/perl5/site_perl/auto/PDA/Pilot -@dirrm lib/perl5/site_perl/auto/PDA -@dirrm lib/perl5/site_perl/PDA @dirrm lib/pix |