summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2002-01-14 15:32:01 +0000
committerroger <roger@FreeBSD.org>2002-01-14 15:32:01 +0000
commitaa60ddd1aba1e9fc99e4bcc12f946441c2924c96 (patch)
tree4217ed758d392ec8ec9d6e5609b5d54a5adac857
parent04665b405175b28c12d28afd3385ced309ea3c43 (diff)
downloadFreeBSD-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/Makefile4
-rw-r--r--comms/ixj/pkg-plist4
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
OpenPOWER on IntegriCloud