diff options
author | adam <adam@pkgsrc.org> | 2006-05-31 18:43:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-05-31 18:43:15 +0000 |
commit | a2733d4d6481c219840379a0612039cf949ebb00 (patch) | |
tree | 572a240c03e31d8bc1292a78353972ce4015bed6 /comms/asterisk/Makefile | |
parent | 846802a1514ed726ac56460f9a85add64bddb3ee (diff) | |
download | pkgsrc-a2733d4d6481c219840379a0612039cf949ebb00.tar.gz |
Changes 1.2.8:
* Number of bug fixes, including IAX2 channel driver fixes.
Diffstat (limited to 'comms/asterisk/Makefile')
-rw-r--r-- | comms/asterisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 4b7c3bb533c..de4a6ec7371 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2006/04/23 00:12:36 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/05/31 18:43:15 adam Exp $ -DISTNAME= asterisk-1.2.7.1 +DISTNAME= asterisk-1.2.8 CATEGORIES= comms net audio MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases @@ -23,7 +23,7 @@ INSTALL_TARGET= install samples #PKG_USERS= ${ASTERISK_USER}:${ASTERISK_GROUP} # Various path settings for Asterisk -PKG_SYSCONFSUBDIR?= asterisk +PKG_SYSCONFSUBDIR= asterisk ASTLIBDIR?= ${PREFIX}/lib/asterisk ASTVARLIBDIR?= ${PREFIX}/libdata/asterisk ASTETCDIR?= ${PKG_SYSCONFDIR} |