diff options
author | rillig <rillig> | 2007-03-17 20:43:23 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-03-17 20:43:23 +0000 |
commit | b649374be1bb01124e4d4a993e73681716bcf4a6 (patch) | |
tree | 4780f6d76758bec202bdc90900e62bd37d1d4aac /comms/pilotmgr/Makefile | |
parent | a7f3159133bff924b18a56bd33835a144c4e151f (diff) | |
download | pkgsrc-b649374be1bb01124e4d4a993e73681716bcf4a6.tar.gz |
Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL.
Diffstat (limited to 'comms/pilotmgr/Makefile')
-rw-r--r-- | comms/pilotmgr/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index 0f55953aed6..fdeba8e0342 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2007/03/08 19:43:45 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2007/03/17 20:43:24 rillig Exp $ DISTNAME= pilotmgr-1.109 CATEGORIES= comms @@ -17,9 +17,11 @@ HAS_CONFIGURE= YES NO_BUILD= YES USE_TOOLS+= perl:run +CONFIGURE_ENV+= PERL=${LOCALBASE}/bin/perl +CONFIGURE_ENV+= WRKDIR=${WRKDIR} +CONFIG_SHELL= perl +CONFIGURE_SCRIPT= Setup.pl CONFIGURE_ARGS+= </dev/null -CONFIGURE_ENV+= PERL="${LOCALBASE}/bin/perl" WRKDIR=${WRKDIR:Q} -CONFIGURE_SCRIPT= perl Setup.pl PM_PERL_DIR= ${PREFIX}/lib/${DISTNAME:C/-.*$//} PM_DOC_DIR= ${PREFIX}/share/doc/${DISTNAME:C/-.*$//} |