diff options
author | knu <knu@FreeBSD.org> | 2000-10-22 03:31:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-22 03:31:53 +0800 |
commit | 419cff1b384a51729a456d707019379b553f7cae (patch) | |
tree | 279a0146b76bb9d23cda7c0031f1634100a44f20 /editors | |
parent | 8ca7d9362cf7891deebcf5a58c2250909da4c502 (diff) | |
download | freebsd-ports-gnome-419cff1b384a51729a456d707019379b553f7cae.tar.gz freebsd-ports-gnome-419cff1b384a51729a456d707019379b553f7cae.tar.zst freebsd-ports-gnome-419cff1b384a51729a456d707019379b553f7cae.zip |
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
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim6+ruby/Makefile | 16 |
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" |