diff options
author | rafan <rafan@FreeBSD.org> | 2008-04-05 03:24:35 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-04-05 03:24:35 +0800 |
commit | 52a4e6d131a230a2a9ee97202657a5ce602d6a31 (patch) | |
tree | 610de7c0768da7383e2fb7f35484b952b9607965 /databases/grass/files | |
parent | 651f0012bcc199b11ca9ba54567d6adf2cc0a5aa (diff) | |
download | freebsd-ports-gnome-52a4e6d131a230a2a9ee97202657a5ce602d6a31.tar.gz freebsd-ports-gnome-52a4e6d131a230a2a9ee97202657a5ce602d6a31.tar.zst freebsd-ports-gnome-52a4e6d131a230a2a9ee97202657a5ce602d6a31.zip |
- 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
Diffstat (limited to 'databases/grass/files')
-rw-r--r-- | databases/grass/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/grass/files/patch-Makefile b/databases/grass/files/patch-Makefile new file mode 100644 index 000000000000..8797a2e4d46a --- /dev/null +++ b/databases/grass/files/patch-Makefile @@ -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 |