diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 19:15:04 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 19:15:04 +0000 |
commit | a9e6aea2e5ecb0009e9604ff47e2f98c337da89d (patch) | |
tree | f644efce690cc21c3c4eb67123a3b5ee7db253d6 | |
parent | 95f20318d8bffe56f749847b12670ba8ffef262b (diff) | |
download | pkgsrc-a9e6aea2e5ecb0009e9604ff47e2f98c337da89d.tar.gz |
REPLACE_SH on installed shell scripts.
-rw-r--r-- | archivers/bzip2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 2e73e4c7bb0..0e28cc43a41 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2010/09/22 14:53:21 joerg Exp $ +# $NetBSD: Makefile,v 1.51 2012/02/15 19:15:04 hans Exp $ # DISTNAME= bzip2-1.0.6 @@ -13,6 +13,7 @@ DISTFILES= # empty PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +REPLACE_SH= bzdiff bzgrep bzmore MAKE_JOBS_SAFE= no USE_LIBTOOL= yes |