diff options
author | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
commit | d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /pkgtools/binpatch/Makefile | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'pkgtools/binpatch/Makefile')
-rw-r--r-- | pkgtools/binpatch/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/binpatch/Makefile b/pkgtools/binpatch/Makefile index 50147ffa9ee..bef9250f2fd 100644 --- a/pkgtools/binpatch/Makefile +++ b/pkgtools/binpatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/06/16 15:29:00 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/04/09 00:48:10 joerg Exp $ # DISTNAME= binpatch-1.0 @@ -12,8 +12,6 @@ COMMENT= Trivial binary patch applicator PKG_DESTDIR_SUPPORT= user-destdir -NO_CHECKSUM= yes - .include "../../mk/bsd.prefs.mk" INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |