mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to 20010408.
This commit is contained in:
parent
f8a6120e2b
commit
3e4c31402b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41058
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tgif
|
||||
PORTVERSION= 20010405
|
||||
PORTVERSION= 20010408
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= http://www2s.biglobe.ne.jp/~Nori/ruby/dist/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -32,16 +32,17 @@ DOCS_EN= README
|
||||
DOCS_JA= ChangeLog.ja README.ja
|
||||
|
||||
post-extract:
|
||||
${RM} ${WRKSRC}/examples/*.obj
|
||||
${LN} -sf `cd ${PORTSDIR}/${TGIF_PORT} && ${MAKE} -V WRKSRC` ${WRKSRC}/tgif
|
||||
${TOUCH} ${WRKSRC}/tgif_lib.h
|
||||
|
||||
post-patch:
|
||||
${RUBY} -i -pe 'gsub %r|\.\./|, "tgif/"' ${WRKSRC}/extconf.rb ${WRKSRC}/*.c
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ja
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/test??.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/test??_ja.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/ja/
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
|
||||
.for f in ${DOCS_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/ruby-tgif-20010405.tar.gz) = ccdfe4897f1b1570b192cfe141ceae92
|
||||
MD5 (ruby/ruby-tgif-20010408.tar.gz) = 565d5f8366fef0714cc50dbede365881
|
||||
|
@ -5,5 +5,7 @@
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/tgif/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/tgif
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tgif/test01.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tgif/test01_ja.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tgif/test02.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tgif/ja/test01_ja.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tgif/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tgif
|
||||
|
Loading…
Reference in New Issue
Block a user