1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Add missing patch when resolving conflicts with devel/ruby-gem

PR:		ports/121919
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by:	maintainer timeout (2 weeks)
Reported by:	pointyhat via pav
This commit is contained in:
Rong-En Fan 2008-04-04 19:24:35 +00:00
parent 0d2c19ca20
commit 069a7bffcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210534

View File

@ -0,0 +1,11 @@
--- Makefile.orig 2007-11-28 05:33:13.000000000 +0900
+++ Makefile 2008-03-20 21:32:22.000000000 +0900
@@ -257,7 +257,7 @@
-chmod -R a+rX ${INST_DIR} 2>/dev/null
#GEM installation
-tar cBf - gem/skeleton | (cd ${INST_DIR}/etc ; tar xBf - ) 2>/dev/null
- -${INSTALL} gem/gem ${BINDIR} 2>/dev/null
+ -${INSTALL} gem/gem ${BINDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}-gem 2>/dev/null
install-strip: FORCE