diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-11-29 03:19:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-11-29 03:19:51 +0000 |
commit | f468de125e2286f5b4174baf2a6b4b80069db177 (patch) | |
tree | 2aea68aa379f515fb7bb1b54a1a728a696c31a69 /net-mgmt/ourmon | |
parent | 4bb41a8ba4f33821c512ea5839c87aa1a0564735 (diff) | |
download | ports-f468de125e2286f5b4174baf2a6b4b80069db177.tar.gz ports-f468de125e2286f5b4174baf2a6b4b80069db177.zip |
Change spaces to tab.
Requested by: maintainer
Notes
Notes:
svn path=/head/; revision=149856
Diffstat (limited to 'net-mgmt/ourmon')
-rw-r--r-- | net-mgmt/ourmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ourmon/Makefile b/net-mgmt/ourmon/Makefile index feb90b2b18e2..77d8428fff90 100644 --- a/net-mgmt/ourmon/Makefile +++ b/net-mgmt/ourmon/Makefile @@ -48,7 +48,7 @@ pre-build: pre-install: .if exists(${PREFIX}/etc/ourmon.conf) - ${MV} ${PREFIX}/etc/ourmon.conf ${PREFIX}/etc/ourmon.conf.old + ${MV} ${PREFIX}/etc/ourmon.conf ${PREFIX}/etc/ourmon.conf.old .endif $(CP) -R ${WRKSRC} ${PREFIX} |