blob: 69250ba41d577a5d879670cbad9c6a9433198619 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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>
|