diff options
author | tron <tron> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-27 08:54:53 +0000 |
commit | f1130fdf4bd7b3609c06956ac346a461f842aef1 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /comms | |
parent | 47f024cc8458376669c5a4a8342aa9ed8fee6f2b (diff) | |
download | pkgsrc-f1130fdf4bd7b3609c06956ac346a461f842aef1.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilotmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index b0eb0030758..1224dc02a6d 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/01/18 20:41:11 tron Exp $ +# $NetBSD: Makefile,v 1.10 2000/03/27 08:54:55 tron Exp $ DISTNAME= pilotmgr-1.107p2 CATEGORIES= comms @@ -18,7 +18,7 @@ HAS_CONFIGURE= yes NO_BUILD= yes CONFIGURE_ARGS= </dev/null -CONFIGURE_SCRIPT= Setup +CONFIGURE_SCRIPT= ./Setup WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*$//} PM_PERL_DIR= ${PREFIX}/lib/${DISTNAME:C/-.*$//} |