summaryrefslogtreecommitdiff
path: root/www/kannel
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-21 06:42:46 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-21 06:42:46 +0000
commite7442d6aec6ba9acbaf824f07d1913b4d1953549 (patch)
tree519ab428dbef931a91a5b444c89295eaff61b7d6 /www/kannel
parentUpgrade to version 3.0b1pl17. (diff)
For production systems, --with-malloc=native is a recommended feature.
Configs from debian/ directory are outdated, one should use from gw/ PR: 20076 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=30929
Diffstat (limited to 'www/kannel')
-rw-r--r--www/kannel/Makefile5
-rw-r--r--www/kannel/pkg-plist4
2 files changed, 5 insertions, 4 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile
index 821114f7481a..ca3db8639580 100644
--- a/www/kannel/Makefile
+++ b/www/kannel/Makefile
@@ -18,14 +18,15 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/gateway-0.10.2/
CFLAGS+= -pthread
+CONFIGURE_ARGS += --with-malloc=native
do-install:
.if !defined(NOPORTDOCS)
@cd ${WRKSRC} && make install-docs
.endif
@cd ${WRKSRC} && make install
- ${INSTALL_DATA} ${WRKSRC}/debian/kannel.conf ${PREFIX}/etc/
- ${INSTALL_DATA} ${WRKSRC}/debian/kannel.wapconf ${PREFIX}/etc/
+ ${INSTALL_DATA} ${WRKSRC}/gw/wapkannel.conf ${PREFIX}/etc/
+ ${INSTALL_DATA} ${WRKSRC}/gw/smskannel.conf ${PREFIX}/etc/
.if !defined(NOPORTDOCS)
post-install:
diff --git a/www/kannel/pkg-plist b/www/kannel/pkg-plist
index 18f477467efe..b0348508fa1f 100644
--- a/www/kannel/pkg-plist
+++ b/www/kannel/pkg-plist
@@ -5,5 +5,5 @@ bin/wmlsc
bin/wmlsdasm
bin/seewbmp
bin/run_kannel_box
-etc/kannel.conf
-etc/kannel.wapconf
+etc/wapkannel.conf
+etc/smskannel.conf