mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Fix symlink
Reported by: antoine
This commit is contained in:
parent
6fe722c8f7
commit
5ebc26c5d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331135
@ -85,7 +85,7 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${STAGEDIR}${PREFIX}/bin/gdb${VER}
|
||||
${INSTALL_MAN} ${WRKSRC}/gdb/gdb.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/gdb${VER}.1
|
||||
.if ${PORT_OPTIONS:MTUI}
|
||||
${LN} -sf ${STAGEDIR}${PREFIX}/bin/gdb${VER} ${STAGEDIR}${PREFIX}/bin/gdbtui${VER}
|
||||
${LN} -sf ${PREFIX}/bin/gdb${VER} ${STAGEDIR}${PREFIX}/bin/gdbtui${VER}
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MGDB_LINK}
|
||||
${LN} -sf gdb${VER} ${STAGEDIR}${PREFIX}/bin/gdb
|
||||
|
Loading…
Reference in New Issue
Block a user