diff options
author | tron <tron@pkgsrc.org> | 1999-05-20 20:38:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-20 20:38:42 +0000 |
commit | dff56691e49fe1f3ea4e11cf8b44840eecb078f9 (patch) | |
tree | 91e8ae76482c86638bd30fced5361c3d66593a2d /comms/pilot-link/Makefile | |
parent | 184acb14a5dc663e85d0ef41718acd1170173bda (diff) | |
download | pkgsrc-dff56691e49fe1f3ea4e11cf8b44840eecb078f9.tar.gz |
Don't attempt to build Perl5 library because it won't build if "pilot-link"
is not already installed.
Diffstat (limited to 'comms/pilot-link/Makefile')
-rw-r--r-- | comms/pilot-link/Makefile | 20 |
1 files changed, 1 insertions, 19 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" |