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 /archivers/lzo | |
parent | 66b11c3118acb759fa0e72544f5860e93072a9e0 (diff) |
typo clean up police: \s -> \t
Notes
Notes:
svn path=/head/; revision=38323
Diffstat (limited to 'archivers/lzo')
-rw-r--r-- | archivers/lzo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 0f21b9449f25..bf0bd81d3817 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -8,7 +8,7 @@ PORTNAME= lzo PORTVERSION= 1.07 CATEGORIES= archivers devel -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \ +MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/compression |