diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-06-20 02:34:43 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-06-20 02:34:43 +0800 |
commit | 35577a26195fb193f69d234feb881a40fcfd9230 (patch) | |
tree | 1b4dbdb90081a40daac61f155b403f51b3ebfbd4 /net/asterisk12/Makefile | |
parent | bb02029bc1e78f312ab1604ada8fe4fd57010d6d (diff) | |
download | freebsd-ports-gnome-35577a26195fb193f69d234feb881a40fcfd9230.tar.gz freebsd-ports-gnome-35577a26195fb193f69d234feb881a40fcfd9230.tar.zst freebsd-ports-gnome-35577a26195fb193f69d234feb881a40fcfd9230.zip |
Make asterisk_pidfile actually working.
Reported by: Denis Shaposhnikov <dsh@vlink.ru>
Diffstat (limited to 'net/asterisk12/Makefile')
-rw-r--r-- | net/asterisk12/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile index 8071bc554bc6..9a8f636d9677 100644 --- a/net/asterisk12/Makefile +++ b/net/asterisk12/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.2.9.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ |