diff options
Diffstat (limited to 'archivers/bzip2/Makefile')
-rw-r--r-- | archivers/bzip2/Makefile | 4 |
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" |