diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/quickml/files/extra-patch-ruby19-Makefile.in | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Notes
Notes:
svn path=/head/; revision=366959
Diffstat (limited to 'mail/quickml/files/extra-patch-ruby19-Makefile.in')
-rw-r--r-- | mail/quickml/files/extra-patch-ruby19-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/quickml/files/extra-patch-ruby19-Makefile.in b/mail/quickml/files/extra-patch-ruby19-Makefile.in deleted file mode 100644 index 068c3a811ae9..000000000000 --- a/mail/quickml/files/extra-patch-ruby19-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2004-06-07 10:21:36.000000000 +0000 -+++ Makefile.in 2011-07-26 21:48:59.000000000 +0000 -@@ -605,7 +605,7 @@ - - quickml: quickml.in - for i in $(MESSAGES); do\ -- $(RUBY) lib/quickml/gettext.rb $$i quickml.in lib/quickml/*.rb;\ -+ $(RUBY) -Ke lib/quickml/gettext.rb $$i quickml.in lib/quickml/*.rb;\ - done - rm -f quickml - sed -e 's!%RUBY%!$(RUBY)!g' \ |