diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
commit | db628b5105efc23a5c41f7d15c720de6a964e98c (patch) | |
tree | 7b115f7a3ea8e0b4c510af52f97af85492105f0a /misc | |
parent | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (diff) | |
download | FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.zip FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.gz |
typo clean up police: \s -> \t
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xtail/Makefile b/misc/xtail/Makefile index 46a1463..bee007d 100644 --- a/misc/xtail/Makefile +++ b/misc/xtail/Makefile @@ -9,7 +9,7 @@ PORTNAME= xtail PORTVERSION= 2.1 CATEGORIES= misc MASTER_SITES= http://www.unicom.com/sw/xtail/ \ - http://www.giovannelli.it/~gmarco/files/ + http://www.giovannelli.it/~gmarco/files/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= gmarco@giovannelli.it |