mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Install header files into /usr/local/include/sys
(as one day I hope to have these in the base system at /usr/include/sys)
This commit is contained in:
parent
1ad851218d
commit
6183903634
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53060
@ -32,8 +32,8 @@ post-patch:
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/ixj.ko ${PREFIX}/modules
|
||||
@${INSTALL_DATA} ${WRKSRC}/ixjuser.h ${PREFIX}/include
|
||||
@${INSTALL_DATA} ${WRKSRC}/telephony.h ${PREFIX}/include
|
||||
@${INSTALL_DATA} ${WRKSRC}/ixjuser.h ${PREFIX}/include/sys
|
||||
@${INSTALL_DATA} ${WRKSRC}/telephony.h ${PREFIX}/include/sys
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/ixj.sh ${PREFIX}/etc/rc.d/
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
@unexec kldunload ixj || true
|
||||
modules/ixj.ko
|
||||
include/telephony.h
|
||||
include/ixjuser.h
|
||||
include/sys/telephony.h
|
||||
include/sys/ixjuser.h
|
||||
etc/rc.d/ixj.sh
|
||||
@exec rm -f /dev/phone0
|
||||
@exec rm -f /dev/phone1
|
||||
|
Loading…
Reference in New Issue
Block a user