summaryrefslogtreecommitdiffstats
path: root/lang/ruby
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-04-05 11:37:55 +0000
committerknu <knu@FreeBSD.org>2003-04-05 11:37:55 +0000
commitbd80fbbc0368e739cdf93a2dec0af6bd56bb0ff0 (patch)
treea943c2d6edb955e205d0f133345cae6fe8c3305c /lang/ruby
parentd90230f3e734820c941e6a70ec0382288886a1ef (diff)
downloadFreeBSD-ports-bd80fbbc0368e739cdf93a2dec0af6bd56bb0ff0.zip
FreeBSD-ports-bd80fbbc0368e739cdf93a2dec0af6bd56bb0ff0.tar.gz
Install a cookie file per variant in RUBY_ELISPDIR.
Reported by: kris
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/Makefile2
-rw-r--r--lang/ruby/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 8610d90..665c292 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -122,7 +122,7 @@ post-install:
.endif
${LDCONFIG} -m ${PREFIX}/lib
${MKDIR} ${RUBY_ELISPDIR}
- ${TOUCH} ${RUBY_ELISPDIR}/.keep_me
+ ${TOUCH} ${RUBY_ELISPDIR}/.keep_me.${RUBY_NAME}
${MKDIR} ${RUBY_EXAMPLESDIR}
${TOUCH} ${RUBY_EXAMPLESDIR}/.keep_me
${MKDIR} ${RUBY_DOCDIR}
diff --git a/lang/ruby/pkg-plist b/lang/ruby/pkg-plist
index c9ad11f..24365d1 100644
--- a/lang/ruby/pkg-plist
+++ b/lang/ruby/pkg-plist
@@ -152,7 +152,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%%
%%RUBYLIB%%@dirrm %%RUBY_LIBDIR%%/cgi
%%RUBYLIB%%@dirrm %%RUBY_LIBDIR%%
@unexec rmdir -p %D/lib/xemacs/site-lisp 2>/dev/null || true
-%%RUBY_ELISPDIR%%/.keep_me
+%%RUBY_ELISPDIR%%/.keep_me.%%RUBY_NAME%%
@unexec rmdir %D/%%RUBY_ELISPDIR%% 2>/dev/null || true
@unexec rmdir %D/lib/ruby 2>/dev/null || true
%%PORTDOCS%%%%RUBY_DOCDIR%%/COPYING
OpenPOWER on IntegriCloud