summaryrefslogtreecommitdiff
path: root/security/putty
diff options
context:
space:
mode:
authorobache <obache>2006-09-09 02:41:53 +0000
committerobache <obache>2006-09-09 02:41:53 +0000
commit7e01c4206677ecfad1f4cbe2a42715aa88056a85 (patch)
tree5a4cdd19b2797d53e5ff29d89f921d882e82acda /security/putty
parentf0d928bbc03e8de52a3323c9f30904a6e1ba15d5 (diff)
downloadpkgsrc-7e01c4206677ecfad1f4cbe2a42715aa88056a85.tar.gz
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'security/putty')
-rw-r--r--security/putty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile
index a7acde8428e..0bbbf92abbb 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:37 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/09/09 02:46:08 obache Exp $
#
DISTNAME= putty-0.58
@@ -13,7 +13,7 @@ COMMENT= Free implementation of Telnet and SSH for Win32 and Unix platforms
USE_TOOLS+= gmake
BUILD_DIRS= ${WRKSRC}/unix
-MAKEFILE= Makefile.gtk
+MAKE_FILE= Makefile.gtk
.include "../../mk/bsd.prefs.mk"