diff options
author | tron <tron> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-27 08:54:53 +0000 |
commit | ba4960f3f055ba80189aacb4ecc5e93c3d84fb70 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /misc | |
parent | 5082261f9038d5872c880dcf449271ea495f4a5d (diff) | |
download | pkgsrc-ba4960f3f055ba80189aacb4ecc5e93c3d84fb70.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/splitvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index 07bac8fb4fc..aed97a2cad3 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/15 20:39:45 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/03/27 08:54:59 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/02 08:39:12 obrien Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/console/} MAINTAINER= packages@netbsd.org HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= Configure +CONFIGURE_SCRIPT= ./Configure ALL_TARGET= do-install: |