summaryrefslogtreecommitdiff
path: root/archivers/bzip2/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2009-04-09 00:48:06 +0000
committerjoerg <joerg>2009-04-09 00:48:06 +0000
commit06af9fe951cc8e184d524ecd9611350a895dfefe (patch)
treebab33acb040ad1708a35131b11af0af8cf0dc5e8 /archivers/bzip2/Makefile
parent078f0ec1e4861bc0462142cede888985b684554d (diff)
downloadpkgsrc-06af9fe951cc8e184d524ecd9611350a895dfefe.tar.gz
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'archivers/bzip2/Makefile')
-rw-r--r--archivers/bzip2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index 9b032497e11..728c433cf3a 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2009/03/20 13:47:59 joerg Exp $
+# $NetBSD: Makefile,v 1.49 2009/04/09 00:48:06 joerg Exp $
#
DISTNAME= bzip2-1.0.5
@@ -11,13 +11,11 @@ HOMEPAGE= http://www.bzip.org/
COMMENT= Block-sorting file compressor
DISTFILES= # empty
-EXTRACT_ONLY= # empty
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
-NO_CHECKSUM= yes
USE_LIBTOOL= yes
.include "../../mk/compiler.mk"