diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-18 08:13:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-18 08:13:37 +0000 |
commit | 93fe4e9f0b039f60737502ace28ee437e17c2104 (patch) | |
tree | 81180b7fa1d22c52bfe9f9c41e364f4cd073a9ba /comms | |
parent | 8b40c584aa534b02b35420ff3b96a8825d54c7e2 (diff) | |
download | ports-93fe4e9f0b039f60737502ace28ee437e17c2104.tar.gz ports-93fe4e9f0b039f60737502ace28ee437e17c2104.zip |
Notes
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 43aeeeed7005..32a4c169b516 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 9c1e0470461a..910f5ab30510 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 |