diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-08-28 03:52:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-08-28 03:52:29 +0000 |
commit | 6366c64a2ee2718fae871b8f010b3aee801bb67f (patch) | |
tree | 8ab70616a96449e1f656fea1b700e3b75e140886 /dns | |
parent | 6d947aa70d2d4e4bdfa0a30e9cda9d62d22b9e85 (diff) | |
download | ports-6366c64a2ee2718fae871b8f010b3aee801bb67f.tar.gz ports-6366c64a2ee2718fae871b8f010b3aee801bb67f.zip |
Change spaces to tabs.
PR: ports/65830
Submitted by: trevor
Approved by: maintainer timeout (3 months)
Notes
Notes:
svn path=/head/; revision=117472
Diffstat (limited to 'dns')
-rw-r--r-- | dns/staticcharge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/staticcharge/Makefile b/dns/staticcharge/Makefile index 70ad2194037e..7895c272655a 100644 --- a/dns/staticcharge/Makefile +++ b/dns/staticcharge/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes .ifdef DEBUG -CONFIGURE_ARGS+= --enable-debug +CONFIGURE_ARGS+= --enable-debug .endif post-install: |