summaryrefslogtreecommitdiff
path: root/comms/pilotmgr
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-03-17 20:43:23 +0000
committerrillig <rillig@pkgsrc.org>2007-03-17 20:43:23 +0000
commit2170d1ea0b244648e54042abfce1c166297eb95c (patch)
tree4780f6d76758bec202bdc90900e62bd37d1d4aac /comms/pilotmgr
parent9fd640c6a09e659708469f27be140399fbf5d1cb (diff)
downloadpkgsrc-2170d1ea0b244648e54042abfce1c166297eb95c.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/-.*$//}