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 /converters/btoa | |
parent | Simple aesthetic fix: "^post-install" instead of "^ post-install" (diff) |
typo clean up police: \s -> \t
Notes
Notes:
svn path=/head/; revision=38323
Diffstat (limited to 'converters/btoa')
-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> |