summaryrefslogtreecommitdiff
path: root/comms/pilotmgr
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-17 20:43:23 +0000
committerrillig <rillig>2007-03-17 20:43:23 +0000
commit99df312b7b0cf5c680dc74d849af4ad60751a0fd (patch)
tree4780f6d76758bec202bdc90900e62bd37d1d4aac /comms/pilotmgr
parent3f087ee0be3085bfad7786b9361d15187fbbc47b (diff)
downloadpkgsrc-99df312b7b0cf5c680dc74d849af4ad60751a0fd.tar.gz
Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL.
Diffstat (limited to 'comms/pilotmgr')
-rw-r--r--comms/pilotmgr/Makefile8
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/-.*$//}