diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-04 03:58:52 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-04 03:58:52 +0000 |
commit | 65d5ba399c790eb7415ff482c91643265cc1303d (patch) | |
tree | 4a7c96348e501c299bf027450357558a4786e871 | |
parent | Only use the XFree86 version 4 mtree file when it is actually desired (ie. (diff) |
Use -t flag with portlint.
Submitted by: trevor
Notes
Notes:
svn path=/head/; revision=33392
-rwxr-xr-x | Tools/scripts/addport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport index 145cbde8d93a..235a0fdeac6b 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -39,7 +39,7 @@ if( !defined $ENV{"CVS_RSH"} ) { $ENV{CVS_RSH} = "ssh"; } my $make = "make"; -my $portlint = "portlint -N -a -c"; +my $portlint = "portlint -N -a -c -t"; my $perl = "perl"; my $cp = "cp"; my $mv = "mv"; |