mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Whitespace fix
Submitted by: flz Pointy hat: erwin
This commit is contained in:
parent
c5114fefb3
commit
0d2e3ee93e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140445
1 changed files with 2 additions and 2 deletions
|
@ -68,11 +68,11 @@ do-install:
|
|||
cd ${WRKSRC} ; ${INSTALL_PROGRAM} ${BINS} ${PREFIX}/dpt ; \
|
||||
${INSTALL_DATA} read.me dptcom.chk ${PREFIX}/dpt
|
||||
.for bin in ${BINS}
|
||||
${LN} -sf ${PREFIX}/dpt/${bin} ${PREFIX}/bin
|
||||
${LN} -sf ${PREFIX}/dpt/${bin} ${PREFIX}/bin
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${INSTALL_MAN} ${WRKSRC}/raidutil.8 ${PREFIX}/man/man8/
|
||||
@${INSTALL_MAN} ${WRKSRC}/raidutil.8 ${PREFIX}/man/man8/
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue