diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 01:43:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 01:43:01 +0000 |
commit | a8de289ab4055512b943dcbefdb0164aa80a1a86 (patch) | |
tree | a67df6ad9e040a087a3038a321e0838fd1a93fc8 /lang/ruby18/pkg-plist | |
parent | afc8d2a1d4290e86a5f575688bc9cb32b8595244 (diff) |
Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS is
defined. (But not actual examples & docs)
Notes
Notes:
svn path=/head/; revision=43674
Diffstat (limited to 'lang/ruby18/pkg-plist')
-rw-r--r-- | lang/ruby18/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby18/pkg-plist b/lang/ruby18/pkg-plist index 2effb5e05516..7aaec03c5282 100644 --- a/lang/ruby18/pkg-plist +++ b/lang/ruby18/pkg-plist @@ -162,7 +162,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/pty %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/readline %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/sha1 -%%PORTDOCS%%@unexec rmdir %D/%%RUBY_DOCDIR%% 2>/dev/null || true +@unexec rmdir %D/%%RUBY_DOCDIR%% 2>/dev/null || true %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/README %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/biorhythm.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/cal.rb @@ -221,4 +221,4 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/shl.rb %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/curses %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/pty -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%% +@dirrm %%RUBY_EXAMPLESDIR%% |