summaryrefslogtreecommitdiff
path: root/pkgtools/binpatch/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /pkgtools/binpatch/Makefile
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'pkgtools/binpatch/Makefile')
-rw-r--r--pkgtools/binpatch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/binpatch/Makefile b/pkgtools/binpatch/Makefile
index 06c1a2e45d3..9ec30f47175 100644
--- a/pkgtools/binpatch/Makefile
+++ b/pkgtools/binpatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:29 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:25 rillig Exp $
#
DISTNAME= binpatch-1.0
@@ -11,7 +11,7 @@ HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
COMMENT= Trivial binary patch applicator
-NO_CHECKSUM= # defined
+NO_CHECKSUM= yes
.include "../../mk/bsd.prefs.mk"