diff options
author | taca <taca@pkgsrc.org> | 2013-07-21 02:51:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-07-21 02:51:28 +0000 |
commit | 169be919cac26d90c1d35ea229a7e8992f898134 (patch) | |
tree | 4951e11a273b3d00f9a39646ae1004365ce25796 /security | |
parent | 542d8e89a77c3d856386172a4ca368309328ec6d (diff) | |
download | pkgsrc-169be919cac26d90c1d35ea229a7e8992f898134.tar.gz |
Tweak GEM_CLEANBUILD for ruby200.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-shadow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ruby-shadow/Makefile b/security/ruby-shadow/Makefile index de5d45df11a..b5f48610ede 100644 --- a/security/ruby-shadow/Makefile +++ b/security/ruby-shadow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/07/07 15:32:56 taca Exp $ +# $NetBSD: Makefile,v 1.3 2013/07/21 02:51:28 taca Exp $ SHADOW_VER= 2.2.0 DISTNAME= ruby-shadow-${SHADOW_VER} @@ -12,7 +12,7 @@ COMMENT= Access to shadow passwords on Linux and Solaris USE_TOOLS+= gmake -GEM_CLEANBUILD= Makefile *.o mkmf.log shadow.${RUBY_DLEXT} +GEM_CLEANBUILD= Makefile *.o mkmf.log shadow.${RUBY_DLEXT} .RUBYARCHDIR.time CONFLICTS+= ruby[1-9][0-9][0-9]-shadow-[0-9]* |