diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ixj/Makefile | 1 | ||||
-rw-r--r-- | comms/ixj/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/comms/ixj/Makefile b/comms/ixj/Makefile index 43aeeeed700..32a4c169b51 100644 --- a/comms/ixj/Makefile +++ b/comms/ixj/Makefile @@ -30,7 +30,6 @@ post-patch: ${CP} ${FILESDIR}/ixj.sh ${WRKSRC} ${REINPLACE_CMD} -e "s@%%PREFIX%%@${PREFIX}@g" ${WRKSRC}/ixj.sh - pre-build: .if !exists(${SRC_BASE}/sys/Makefile) @${ECHO} "*************************************************"; \ diff --git a/comms/ixj/pkg-plist b/comms/ixj/pkg-plist index 9c1e0470461..910f5ab3051 100644 --- a/comms/ixj/pkg-plist +++ b/comms/ixj/pkg-plist @@ -1,7 +1,9 @@ @unexec kldunload ixj 2> /dev/null || true modules/ixj.ko +@dirrm modules include/sys/telephony.h include/sys/ixjuser.h +@dirrm include/sys etc/rc.d/ixj.sh @exec rm -f /dev/phone0 @exec rm -f /dev/phone1 |