diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-24 10:20:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-24 10:20:30 +0000 |
commit | 2769bcfada37cc8b9aebef6c380b76c0d99f2b41 (patch) | |
tree | 2db8465d129b54e2940450cebb001b36baa7269c /editors/vim6+ruby | |
parent | 76dc05d97b7ba9a792665de0049fb360bea517b7 (diff) |
Remove my instant distribution patch after vim6's update to 6.0j.
Now Vim6 has officially included (optional) Ruby interface, we no
longer need any patches. :)
Notes
Notes:
svn path=/head/; revision=34169
Diffstat (limited to 'editors/vim6+ruby')
-rw-r--r-- | editors/vim6+ruby/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/vim6+ruby/Makefile b/editors/vim6+ruby/Makefile index cfd14a4e630f..9265f237ca1d 100644 --- a/editors/vim6+ruby/Makefile +++ b/editors/vim6+ruby/Makefile @@ -9,14 +9,9 @@ MASTERDIR= ${.CURDIR}/../vim6 CATEGORIES= editors ruby PKGNAMESUFFIX= +ruby -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 -MD5_FILE= ${.CURDIR}/distinfo COMMENT= ${.CURDIR}/pkg-comment USE_RUBY= yes |