diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 07:04:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 07:04:32 +0000 |
commit | 89cf249c6fabd091143f2caa3e37528798653495 (patch) | |
tree | 8033523f73837ebf580874a7763bd80c7050447e | |
parent | Catch runaway file. (diff) |
Create symlink ${PREFIX}/include/zaptel -> ${PREFIX}/include to make happy
applications that expect to include <zaptel/zaptel.h> (asterisk 1.4.x).
Notes
Notes:
svn path=/head/; revision=189883
-rw-r--r-- | misc/zaptel/Makefile | 1 | ||||
-rw-r--r-- | misc/zaptel/pkg-plist | 1 | ||||
-rw-r--r-- | net/zaptel12/Makefile | 1 | ||||
-rw-r--r-- | net/zaptel12/pkg-plist | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile index 93cbe102298c..e0854c59d557 100644 --- a/misc/zaptel/Makefile +++ b/misc/zaptel/Makefile @@ -46,6 +46,7 @@ pre-su-install: @${MKDIR} ${PREFIX}/lib/zaptel post-install: + @${LN} -sfh ${PREFIX}/include ${PREFIX}/include/zaptel @${TOUCH} ${PREFIX}/lib/zaptel/linker.hints @${CAT} ${PKGMESSAGE} diff --git a/misc/zaptel/pkg-plist b/misc/zaptel/pkg-plist index 078d9ce0125f..c13f9ca84f5c 100644 --- a/misc/zaptel/pkg-plist +++ b/misc/zaptel/pkg-plist @@ -4,6 +4,7 @@ bin/ztmonitor bin/zttest bin/zttool include/tonezone.h +include/zaptel include/zaptel.h lib/libtonezone.a lib/zaptel/linker.hints diff --git a/net/zaptel12/Makefile b/net/zaptel12/Makefile index 93cbe102298c..e0854c59d557 100644 --- a/net/zaptel12/Makefile +++ b/net/zaptel12/Makefile @@ -46,6 +46,7 @@ pre-su-install: @${MKDIR} ${PREFIX}/lib/zaptel post-install: + @${LN} -sfh ${PREFIX}/include ${PREFIX}/include/zaptel @${TOUCH} ${PREFIX}/lib/zaptel/linker.hints @${CAT} ${PKGMESSAGE} diff --git a/net/zaptel12/pkg-plist b/net/zaptel12/pkg-plist index 078d9ce0125f..c13f9ca84f5c 100644 --- a/net/zaptel12/pkg-plist +++ b/net/zaptel12/pkg-plist @@ -4,6 +4,7 @@ bin/ztmonitor bin/zttest bin/zttool include/tonezone.h +include/zaptel include/zaptel.h lib/libtonezone.a lib/zaptel/linker.hints |