diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-01-14 15:32:01 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-01-14 15:32:01 +0000 |
commit | 61839036349375f0baae10e6797b9059b10e6b92 (patch) | |
tree | 41a6a55750489afd44a10e4479f1b8768955e981 | |
parent | o 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
-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 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} diff --git a/comms/ixj/pkg-plist b/comms/ixj/pkg-plist index cbcc8f7ff586..94d1413657b1 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 |