mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Create symlink ${PREFIX}/include/zaptel -> ${PREFIX}/include to make happy
applications that expect to include <zaptel/zaptel.h> (asterisk 1.4.x).
This commit is contained in:
parent
b116ec46f5
commit
89cf249c6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189883
@ -46,6 +46,7 @@ pre-su-install:
|
||||
@${MKDIR} ${PREFIX}/lib/zaptel
|
||||
|
||||
post-install:
|
||||
@${LN} -sfh ${PREFIX}/include ${PREFIX}/include/zaptel
|
||||
@${TOUCH} ${PREFIX}/lib/zaptel/linker.hints
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -4,6 +4,7 @@ bin/ztmonitor
|
||||
bin/zttest
|
||||
bin/zttool
|
||||
include/tonezone.h
|
||||
include/zaptel
|
||||
include/zaptel.h
|
||||
lib/libtonezone.a
|
||||
lib/zaptel/linker.hints
|
||||
|
@ -46,6 +46,7 @@ pre-su-install:
|
||||
@${MKDIR} ${PREFIX}/lib/zaptel
|
||||
|
||||
post-install:
|
||||
@${LN} -sfh ${PREFIX}/include ${PREFIX}/include/zaptel
|
||||
@${TOUCH} ${PREFIX}/lib/zaptel/linker.hints
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -4,6 +4,7 @@ bin/ztmonitor
|
||||
bin/zttest
|
||||
bin/zttool
|
||||
include/tonezone.h
|
||||
include/zaptel
|
||||
include/zaptel.h
|
||||
lib/libtonezone.a
|
||||
lib/zaptel/linker.hints
|
||||
|
Loading…
Reference in New Issue
Block a user