1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Remove bogus space character from start of line.

Reported by:	dan
This commit is contained in:
Stefan Eßer 2006-08-12 17:10:50 +00:00
parent a2ba321315
commit b1972a2fe0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170419

View File

@ -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