diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-25 13:39:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-25 13:39:41 +0000 |
commit | 62fa67282aa48b16e46f1d4a057892f7cffc8cb8 (patch) | |
tree | 8c36aa5bdd31f97a40a264a655ef5a4f58213165 /misc | |
parent | c86dad1ad2b070950ed7362c018cdf27b7ca6a87 (diff) | |
download | pkgsrc-62fa67282aa48b16e46f1d4a057892f7cffc8cb8.tar.gz |
pkglint.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bsdiff/Makefile | 5 |
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 |