diff options
author | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
commit | 782b73a94b268d9a265dc53ec32ec90b79b24121 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /sysutils/top | |
parent | 0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff) | |
download | pkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'sysutils/top')
-rw-r--r-- | sysutils/top/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |