diff options
author | roger <roger@FreeBSD.org> | 2002-01-14 15:32:01 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-01-14 15:32:01 +0000 |
commit | aa60ddd1aba1e9fc99e4bcc12f946441c2924c96 (patch) | |
tree | 4217ed758d392ec8ec9d6e5609b5d54a5adac857 | |
parent | 04665b405175b28c12d28afd3385ced309ea3c43 (diff) | |
download | FreeBSD-ports-aa60ddd1aba1e9fc99e4bcc12f946441c2924c96.zip FreeBSD-ports-aa60ddd1aba1e9fc99e4bcc12f946441c2924c96.tar.gz |
Install header files into /usr/local/include/sys
(as one day I hope to have these in the base system at /usr/include/sys)
-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 |