diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | 835d6b8655813f2580f5db9fcbec03a34833ec92 (patch) | |
tree | 1dad4fa822830f51205ce8becf3ef756537f4a2b /lang/ruby16 | |
parent | Second round of INSTALL_SHLIBS=yes fixes. (diff) |
Third round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby16/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 019867361f91..f5e1904f9fb6 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -18,6 +18,7 @@ MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ MAINTAINER= yasuf@bsdclub.org GNU_CONFIGURE= yes +INSTALL_SHLIBS= yes CONFIGURE_ARGS= --enable-shared MAN1= ruby.1 PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" @@ -63,7 +64,6 @@ post-install: ${MKDIR} ${DOCDIR}/readline ${INSTALL_DATA} ${WRKSRC}/ext/readline/README ${DOCDIR}/readline .endif - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @${CAT} ${PKGMESSAGE} test: diff --git a/lang/ruby16/pkg-plist b/lang/ruby16/pkg-plist index 50fbfbdd3cbf..e4eb7b019122 100644 --- a/lang/ruby16/pkg-plist +++ b/lang/ruby16/pkg-plist @@ -1,8 +1,6 @@ bin/ruby lib/libruby.so lib/libruby.so.14 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/config.h lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/curses.so lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/dbm.so |