summaryrefslogtreecommitdiff
path: root/misc/bsdiff
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bsdiff')
-rw-r--r--misc/bsdiff/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/bsdiff/Makefile b/misc/bsdiff/Makefile
index e5f449979c6..84b256e850e 100644
--- a/misc/bsdiff/Makefile
+++ b/misc/bsdiff/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:33 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/07/25 13:39:41 wiz Exp $
#
DISTNAME= bsdiff-4.2
-PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.daemonology.net/bsdiff/
@@ -10,7 +10,6 @@ MAINTAINER= cjep@NetBSD.org
HOMEPAGE= http://www.daemonology.net/bsdiff/
COMMENT= Size efficient binary diff and patch tools
-
.if !exists(/usr/bin/bzip2)
MAKE_ENV+= BZIP2=${LOCALBASE}/bin/bzip2
.endif