diff options
-rw-r--r-- | comms/ixj/Makefile | 4 | ||||
-rw-r--r-- | comms/ixj/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/ixj/Makefile b/comms/ixj/Makefile index 5c75e81..798d6e6 100644 --- a/comms/ixj/Makefile +++ b/comms/ixj/Makefile @@ -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} diff --git a/comms/ixj/pkg-plist b/comms/ixj/pkg-plist index cbcc8f7..94d1413 100644 --- a/comms/ixj/pkg-plist +++ b/comms/ixj/pkg-plist @@ -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 |