diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 02:33:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 02:33:13 +0000 |
commit | a297e0702ea9b55b55598a47afdbe7d38e704f2f (patch) | |
tree | c1b5c7169377238c7feb82c4b22bc21c7b7edaac /lang/ruby | |
parent | 448a3a4856d53871868aa5f2dff02f96e4d9a6f0 (diff) |
Notes
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby/pkg-plist | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 43762d63c7ea..60850d52b146 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -7,6 +7,7 @@ PORTNAME= ruby${RUBY_R} PORTVERSION= ${RUBY_PORTVERSION} +PORTREVISION= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= ${RUBY_VER} @@ -87,6 +88,7 @@ post-install: .if !empty(RUBY_R) ${LN} -fs ${IRB_WITH_SUFFIX} ${IRB_WITHOUT_SUFFIX}${RUBY_R} .endif + ${LDCONFIG} -m ${LOCALBASE}/lib ${RUBY_WITH_SUFFIX} ${RUBY_FLAGS} -i -p \ -e 'if $$. == 1; ' \ -e ' if /^#!/; ' \ @@ -96,6 +98,8 @@ post-install: -e ' end;' \ -e 'end' \ ${IRB_WITH_SUFFIX} + ${MKDIR} ${LOCALBASE}/lib/xemacs/site-lisp + ${MKDIR} ${RUBY_ELISPDIR} ${MKDIR} ${RUBY_EXAMPLESDIR} ${MKDIR} ${RUBY_DOCDIR} .if !defined(NOPORTDOCS) diff --git a/lang/ruby/pkg-plist b/lang/ruby/pkg-plist index 9a1f8d748d0f..8bb5632bc4f8 100644 --- a/lang/ruby/pkg-plist +++ b/lang/ruby/pkg-plist @@ -217,3 +217,5 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/curses %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/pty @dirrm %%RUBY_EXAMPLESDIR%% +@unexec rmdir -p %D/lib/xemacs/site-lisp 2>/dev/null || true +@unexec rmdir -p %D/%%RUBY_ELISPDIR%% 2>/dev/null || true |