summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-21 19:31:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-21 19:31:53 +0000
commita5c9ea162b9c1314e1abfc4186f7bf1f941b4041 (patch)
tree85922dfbd9fbe758a08d1cfe7919ceba0991d529 /editors
parentNew port - GNU Forth, a fast and portable Forth system. (diff)
Chase the vim6's update to 6.0i. Rejoice if_ruby has been fully
merged into vim6. :) But unfortunately they seem to have missed including two files regarding if_ruby in the vim 6.0i tarball, so I prepared the diff to complete them. This problem has been reported to the vim development team, and it seems their CVS repository already holds those files. Hopefully the next release of vim6 will include them properly. Tested by: dcs
Notes
Notes: svn path=/head/; revision=34083
Diffstat (limited to 'editors')
-rw-r--r--editors/vim6+ruby/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/editors/vim6+ruby/Makefile b/editors/vim6+ruby/Makefile
index 6c303dde7234..cfd14a4e630f 100644
--- a/editors/vim6+ruby/Makefile
+++ b/editors/vim6+ruby/Makefile
@@ -9,8 +9,9 @@ MASTERDIR= ${.CURDIR}/../vim6
CATEGORIES= editors ruby
PKGNAMESUFFIX= +ruby
-PATCH_SITES= http://www.ruby-lang.org/~shugo/vim-ruby/
-PATCHFILES= ${PORTNAME}-${PORTVERSION}-if_ruby-2.diff.gz
+PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= knu
+PATCHFILES= ${PORTNAME}-${PORTVERSION}-if_ruby-missing-1.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= knu@FreeBSD.org
@@ -23,15 +24,4 @@ USE_RUBY= yes
USE_AUTOCONF= yes
MAKE_ARGS= CONF_OPT_RUBY="--enable-rubyinterp" RUBY="${RUBY}"
-post-install: add-plist
-
-add-plist:
- ( \
- ${ECHO} "/if_python.txt$$/"; \
- ${ECHO} "t"; \
- ${ECHO} "s/python/ruby/"; \
- ${ECHO} "w"; \
- ${ECHO} "q"; \
- ) | ed ${TMPPLIST}
-
.include "${MASTERDIR}/Makefile"