diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 19:46:58 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 19:46:58 +0000 |
commit | fd6fe8cd7f825b878e88a1de1a298848e0cdd553 (patch) | |
tree | d5d607161814a547b906120f250b266ef8b598a7 /archivers/ruby-bz2 | |
parent | f17eaf9fb2bc2f4ea0e509c76e23b18564b66666 (diff) | |
download | pkgsrc-fd6fe8cd7f825b878e88a1de1a298848e0cdd553.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/ruby-bz2')
-rw-r--r-- | archivers/ruby-bz2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/ruby-bz2/Makefile b/archivers/ruby-bz2/Makefile index c6f6a5c2a41..226faa88bb9 100644 --- a/archivers/ruby-bz2/Makefile +++ b/archivers/ruby-bz2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/02/21 16:01:10 taca Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/11 19:47:00 asau Exp $ # DISTNAME= bz2-0.2.2 @@ -11,8 +11,6 @@ HOMEPAGE= http://rubyforge.org/projects/bz2/ COMMENT= Ruby interface to the library libbzip2 LICENSE= ruby-license -PKG_DESTDIR_SUPPORT= user-destdir - USE_RUBY_EXTCONF= yes CONFIGURE_ARGS+= --with-bz2-dir=${BUILDLINK_PREFIX.bzip2} |