summaryrefslogtreecommitdiff
path: root/net/tnftp/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit4e79085c76d137332c22a7250a1d71af8a54d788 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /net/tnftp/Makefile
parentc4fadcb41aac66eb827c3fac04625ff7eb355f08 (diff)
downloadpkgsrc-4e79085c76d137332c22a7250a1d71af8a54d788.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'net/tnftp/Makefile')
-rw-r--r--net/tnftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile
index 8607f6cf4e4..d9bcdfce0e5 100644
--- a/net/tnftp/Makefile
+++ b/net/tnftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/06/25 07:01:20 lukem Exp $
+# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:25 rillig Exp $
#
DISTNAME= tnftp-20050625
@@ -17,7 +17,7 @@ GNU_CONFIGURE= YES
CONFLICTS+= kth-krb4-[0-9]*
CONFLICTS+= lukemftp-[0-9]*
-NO_CHECKSUM= # defined
+NO_CHECKSUM= yes
.include "../../mk/bsd.prefs.mk"