mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix a dumb typo in a symlink
Pointy hat: erwin Not reviewed by: maintainer
This commit is contained in:
parent
b7f565299f
commit
ba7dd97725
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137039
@ -65,7 +65,7 @@ do-install:
|
||||
${MKDIR} ${PREFIX}/dpt
|
||||
cd ${WRKSRC} ; ${INSTALL_PROGRAM} ${BINS} ${PREFIX}/dpt ; \
|
||||
${INSTALL_DATA} read.me ${PREFIX}/dpt
|
||||
${LN} -sf ${PREFIX}/dtp/${BINS} ${PREFIX}/bin
|
||||
${LN} -sf ${PREFIX}/dpt/${BINS} ${PREFIX}/bin
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user