mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Fix a revisited bug in the installer.
Submitted by: asami & bento (not asami bento :)
This commit is contained in:
parent
6b757e079a
commit
3ec0bf3492
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40363
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= strscan
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.xdsl.ne.jp/Cd/aamine/soft/
|
||||
@ -27,6 +28,9 @@ DOCS_JA= README.ja \
|
||||
doc.ja/changes.html doc.ja/index.html \
|
||||
doc.ja/reference.html doc.ja/usage.html
|
||||
|
||||
post-patch:
|
||||
${RUBY} -i -pe "gsub /'ARCH'/, %q/'arch'/" ${WRKSRC}/setup.rb
|
||||
|
||||
do-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_DOCDIR}/strscan/ja
|
||||
|
Loading…
Reference in New Issue
Block a user