diff options
-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 |