summaryrefslogtreecommitdiff
path: root/misc/vttest
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-09-09 02:41:53 +0000
committerobache <obache@pkgsrc.org>2006-09-09 02:41:53 +0000
commite896edb7fed80da6ae7d986bb31d0f459cbf72ea (patch)
tree5a4cdd19b2797d53e5ff29d89f921d882e82acda /misc/vttest
parentaba5e6c463028c3b0542695e7351bd9b809071eb (diff)
downloadpkgsrc-e896edb7fed80da6ae7d986bb31d0f459cbf72ea.tar.gz
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'misc/vttest')
-rw-r--r--misc/vttest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/vttest/Makefile b/misc/vttest/Makefile
index c74a66df780..7a06200fcce 100644
--- a/misc/vttest/Makefile
+++ b/misc/vttest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/30 11:57:34 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2006/09/09 02:43:11 obache Exp $
#
DISTNAME= vttest-20050107
@@ -11,6 +11,6 @@ HOMEPAGE= http://dickey.his.com/vttest/vttest.html
COMMENT= vt100/vt220/xterm test utility
GNU_CONFIGURE= YES
-MAKEFILE= makefile
+MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"