Whitespace fix

Submitted by:	flz
Pointy hat:	erwin
This commit is contained in:
Erwin Lansing 2005-07-30 08:38:59 +00:00
parent c5114fefb3
commit 0d2e3ee93e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140445

View file

@ -68,11 +68,11 @@ do-install:
cd ${WRKSRC} ; ${INSTALL_PROGRAM} ${BINS} ${PREFIX}/dpt ; \ cd ${WRKSRC} ; ${INSTALL_PROGRAM} ${BINS} ${PREFIX}/dpt ; \
${INSTALL_DATA} read.me dptcom.chk ${PREFIX}/dpt ${INSTALL_DATA} read.me dptcom.chk ${PREFIX}/dpt
.for bin in ${BINS} .for bin in ${BINS}
${LN} -sf ${PREFIX}/dpt/${bin} ${PREFIX}/bin ${LN} -sf ${PREFIX}/dpt/${bin} ${PREFIX}/bin
.endfor .endfor
.endif .endif
post-install: post-install:
@${INSTALL_MAN} ${WRKSRC}/raidutil.8 ${PREFIX}/man/man8/ @${INSTALL_MAN} ${WRKSRC}/raidutil.8 ${PREFIX}/man/man8/
.include <bsd.port.post.mk> .include <bsd.port.post.mk>