diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
commit | 95c603f42399578ac1a383b7bb51abd2e8895db4 (patch) | |
tree | 64691a7289d0e77cd3483411dc227f968820b8ed /devel/libgnugetopt | |
parent | fb83b160f2557b9320e10fa1c0bc8be677fed45b (diff) | |
download | FreeBSD-ports-95c603f42399578ac1a383b7bb51abd2e8895db4.zip FreeBSD-ports-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.gz |
typo clean up police: \s -> \t
Diffstat (limited to 'devel/libgnugetopt')
-rw-r--r-- | devel/libgnugetopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile index f7e5f96..4a86207 100644 --- a/devel/libgnugetopt/Makefile +++ b/devel/libgnugetopt/Makefile @@ -9,7 +9,7 @@ PORTNAME= libgnugetopt PORTVERSION= 1.1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= obrien MAINTAINER= obrien@FreeBSD.org |