aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2006-08-13 01:10:50 +0800
committerse <se@FreeBSD.org>2006-08-13 01:10:50 +0800
commit7756da8aac8887890869006bc5006f30f491a9ee (patch)
tree499793c1294aca67ec614e640432d6c6d6f257d0 /net-mgmt
parentccf9173ae774a6070d448e5c3cd373503fc66755 (diff)
downloadfreebsd-ports-gnome-7756da8aac8887890869006bc5006f30f491a9ee.tar.gz
freebsd-ports-gnome-7756da8aac8887890869006bc5006f30f491a9ee.tar.zst
freebsd-ports-gnome-7756da8aac8887890869006bc5006f30f491a9ee.zip
Remove bogus space character from start of line.
Reported by: dan
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/argus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile
index 39e92f06cea9..f71910be0aeb 100644
--- a/net-mgmt/argus/Makefile
+++ b/net-mgmt/argus/Makefile
@@ -35,7 +35,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/argus_bpf ${TARGETDIR}/sbin/argus
${MKDIR} ${TARGETDIR}/argus/archive
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}/html/man
+ ${MKDIR} ${DOCSDIR}/html/man
.for i in doc/html/man/*.html
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}/html/man
.endfor