diff options
author | taca <taca> | 2001-06-30 14:11:26 +0000 |
---|---|---|
committer | taca <taca> | 2001-06-30 14:11:26 +0000 |
commit | 76f8d6b1f4c5b5944cb95bc6dff3817a69c95378 (patch) | |
tree | bc3710e8ef22fba9ac4916692daf41abc9390ff2 /lang/ruby-base | |
parent | be169c32b9fbbfe3cd7f1adffbe9b800660dfe91 (diff) | |
download | pkgsrc-76f8d6b1f4c5b5944cb95bc6dff3817a69c95378.tar.gz |
Nuke INSTALLS_SHLIB. I forgot to delete it.
Pointed by Tomasz Luchowski <zuntum@netbsd.org>, thanks much.
Diffstat (limited to 'lang/ruby-base')
-rw-r--r-- | lang/ruby-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby-base/Makefile b/lang/ruby-base/Makefile index b8dd358bfbd..d3f47466f3a 100644 --- a/lang/ruby-base/Makefile +++ b/lang/ruby-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/30 08:07:10 taca Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/30 14:11:26 taca Exp $ # FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp DISTNAME= ${RUBY_DISTNAME} @@ -19,7 +19,6 @@ RUBY_BUILD_DEPENDS= no DIST_SUBDIR= ruby GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= --enable-shared MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1 |