diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
commit | 95c603f42399578ac1a383b7bb51abd2e8895db4 (patch) | |
tree | 64691a7289d0e77cd3483411dc227f968820b8ed /converters/btoa/Makefile | |
parent | fb83b160f2557b9320e10fa1c0bc8be677fed45b (diff) | |
download | freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.gz freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.zst freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'converters/btoa/Makefile')
-rw-r--r-- | converters/btoa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/btoa/Makefile b/converters/btoa/Makefile index 4153dda8cc0a..839736f33b2b 100644 --- a/converters/btoa/Makefile +++ b/converters/btoa/Makefile @@ -22,6 +22,6 @@ MAKEFILE= Makefile.sun MAN1= btoa.1 # Turn off the default from bsd.port.mk (-p0), which screws things up -PATCH_DIST_STRIP= +PATCH_DIST_STRIP= .include <bsd.port.mk> |