diff options
author | knu <knu@FreeBSD.org> | 2003-04-05 19:37:55 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-04-05 19:37:55 +0800 |
commit | bd80fbbc0368e739cdf93a2dec0af6bd56bb0ff0 (patch) | |
tree | a943c2d6edb955e205d0f133345cae6fe8c3305c /lang/ruby16 | |
parent | d90230f3e734820c941e6a70ec0382288886a1ef (diff) | |
download | freebsd-ports-gnome-bd80fbbc0368e739cdf93a2dec0af6bd56bb0ff0.tar.gz freebsd-ports-gnome-bd80fbbc0368e739cdf93a2dec0af6bd56bb0ff0.tar.zst freebsd-ports-gnome-bd80fbbc0368e739cdf93a2dec0af6bd56bb0ff0.zip |
Install a cookie file per variant in RUBY_ELISPDIR.
Reported by: kris
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby16/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 8610d90e11cc..665c292c3dbd 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/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/ruby16/pkg-plist b/lang/ruby16/pkg-plist index c9ad11fb3ef7..24365d123892 100644 --- a/lang/ruby16/pkg-plist +++ b/lang/ruby16/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 |