summaryrefslogtreecommitdiff
path: root/comms/ixj/Makefile
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-01-14 15:32:01 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-01-14 15:32:01 +0000
commit61839036349375f0baae10e6797b9059b10e6b92 (patch)
tree41a6a55750489afd44a10e4479f1b8768955e981 /comms/ixj/Makefile
parento fix build of HPinkjet driver. (diff)
Install header files into /usr/local/include/sys
(as one day I hope to have these in the base system at /usr/include/sys)
Notes
Notes: svn path=/head/; revision=53060
Diffstat (limited to 'comms/ixj/Makefile')
-rw-r--r--comms/ixj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/ixj/Makefile b/comms/ixj/Makefile
index 5c75e8129737..798d6e65b5d8 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}