summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortron <tron>2000-03-27 08:54:53 +0000
committertron <tron>2000-03-27 08:54:53 +0000
commitba4960f3f055ba80189aacb4ecc5e93c3d84fb70 (patch)
tree511618ca7cff95a74e9dfdad946115bd53879987 /sysutils
parent5082261f9038d5872c880dcf449271ea495f4a5d (diff)
downloadpkgsrc-ba4960f3f055ba80189aacb4ecc5e93c3d84fb70.tar.gz
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lsof/Makefile4
-rw-r--r--sysutils/top/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index b5a9159ac9d..bb5ac4b9d2a 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2000/03/16 14:02:26 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2000/03/27 08:54:59 tron Exp $
# FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp
#
@@ -17,7 +17,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www-rcd.cc.purdue.edu/~abe/
HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= Configure
+CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS= -n ${LOWER_OPSYS}
SRCBALL_NAME= ${DISTNAME:S/_W$//}
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile
index 1b387ed688c..d2c4b82e0dd 100644
--- a/sysutils/top/Makefile
+++ b/sysutils/top/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/02/19 02:40:33 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2000/03/27 08:55:00 tron Exp $
# FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp
#
@@ -11,7 +11,7 @@ MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.groupsys.com/topinfo/
HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= Configure
+CONFIGURE_SCRIPT= ./Configure
.include "../../mk/bsd.prefs.mk"