af315351aa
- 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.
14 lines
511 B
Text
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>
|