diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-05 11:37:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-05 11:37:55 +0000 |
commit | ddc24aebc27b8c4499452250a3ba6183b0058007 (patch) | |
tree | d4cc466872be0ac49bf0bfd5a615a9eb66dac039 /lang/ruby18 | |
parent | Sort. (diff) |
Install a cookie file per variant in RUBY_ELISPDIR.
Reported by: kris
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby18/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 1a1121733745..6cbc8de439b0 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -135,7 +135,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/ruby18/pkg-plist b/lang/ruby18/pkg-plist index e411c73ba2bd..2b0b75da786c 100644 --- a/lang/ruby18/pkg-plist +++ b/lang/ruby18/pkg-plist @@ -231,7 +231,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 |