freebsd-ports/misc/dahdi-kmod/files/patch-freebsd-freebsd-dahdi-Makefile
Max Khon af315351aa Split dahdi port into two parts:
- dahdi - userland libraries and utilities
- dahdi-kmod - kernel modules

dahdi port can be packaged and this allows asterisk package
(that depends on dahdi) to be built as well.
2011-04-18 17:38:21 +00:00

14 lines
511 B
Text

--- freebsd/freebsd/dahdi/Makefile.orig 2011-04-19 00:31:03.000000000 +0700
+++ freebsd/freebsd/dahdi/Makefile 2011-04-19 00:31:29.000000000 +0700
@@ -14,11 +14,5 @@
@if ! cmp -s ${.TARGET}.tmp ${.TARGET}; then echo "Updating ${.TARGET}"; mv ${.TARGET}.tmp ${.TARGET}; fi
@rm -f ${.TARGET}.tmp
-afterinstall:
- ${MKDIR} ${PREFIX}/include/dahdi/compat
-.for _h in ${INCS}
- ${INSTALL_DATA} ${INCLUDEDIR}/dahdi/${_h} ${PREFIX}/include/dahdi/${_h:H}
-.endfor
-
.include <bsd.kmod.mk>
.include <bsd.own.mk>