diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
commit | 2275ee0bcfe94ad50ac42d98c773a171c673828d (patch) | |
tree | b5916119748ef6bc0c4aa1ef724befadc8877e8e /devel/ruby-slang | |
parent | 66b11c3118acb759fa0e72544f5860e93072a9e0 (diff) | |
download | ports-2275ee0bcfe94ad50ac42d98c773a171c673828d.tar.gz ports-2275ee0bcfe94ad50ac42d98c773a171c673828d.zip |
typo clean up police: \s -> \t
Notes
Notes:
svn path=/head/; revision=38323
Diffstat (limited to 'devel/ruby-slang')
-rw-r--r-- | devel/ruby-slang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-slang/Makefile b/devel/ruby-slang/Makefile index e61827a50f3c..d470919a9866 100644 --- a/devel/ruby-slang/Makefile +++ b/devel/ruby-slang/Makefile @@ -8,7 +8,7 @@ PORTNAME= slang PORTVERSION= 0.51 CATEGORIES+= devel ruby -MASTER_SITES= ${MASTER_SITE_LOCAL} \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.kondara.org/~g/ MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}lib |