diff options
author | asau <asau> | 2012-09-11 19:46:52 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 19:46:52 +0000 |
commit | 00b90f2ca0cd5e5f7fdee93b1be758b329140ef9 (patch) | |
tree | 361a8fb86a46a145de882fd0d5f045773c75ecb5 /archivers/bzip2 | |
parent | 34dfa13798d9e898916d83e33933dff2bbc9ffb4 (diff) | |
download | pkgsrc-00b90f2ca0cd5e5f7fdee93b1be758b329140ef9.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 0e28cc43a41..9cb53c713df 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2012/02/15 19:15:04 hans Exp $ +# $NetBSD: Makefile,v 1.52 2012/09/11 19:46:53 asau Exp $ # DISTNAME= bzip2-1.0.6 @@ -12,7 +12,6 @@ COMMENT= Block-sorting file compressor DISTFILES= # empty PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir REPLACE_SH= bzdiff bzgrep bzmore MAKE_JOBS_SAFE= no |