diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-04-26 15:57:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-04-26 15:57:34 +0800 |
commit | 16b8dc88b818c72d0c504e18cd8b675b553f8e5d (patch) | |
tree | aedb75b324d07e217d80b9dd368b7e4eca0b528f /net/asterisk14/Makefile | |
parent | 6e488fdc4e5310c897db0910065682ce215fd1f2 (diff) | |
download | freebsd-ports-gnome-16b8dc88b818c72d0c504e18cd8b675b553f8e5d.tar.gz freebsd-ports-gnome-16b8dc88b818c72d0c504e18cd8b675b553f8e5d.tar.zst freebsd-ports-gnome-16b8dc88b818c72d0c504e18cd8b675b553f8e5d.zip |
Update to 1.4.3.
PR: 112143
Submitted by: "Phillip Neumann" <pneumann@gmail.com>
Diffstat (limited to 'net/asterisk14/Makefile')
-rw-r--r-- | net/asterisk14/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 90b48093be52..80430418c78e 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -6,8 +6,7 @@ # PORTNAME= asterisk -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -24,7 +23,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 ONLY_FOR_ARCHS= i386 sparc64 amd64 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=/usr/local/man +CONFIGURE_ARGS= --mandir=${LOCALBASE}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes |