diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-11-08 12:52:41 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-11-08 12:52:41 +0800 |
commit | 54c213cfa238ec40c29a36f2e7854859d49e23da (patch) | |
tree | bf219236e2450837d1adfab36e9c18d2ee1fb520 /net/asterisk16/Makefile | |
parent | b3367bf7e51b176203a9fdaba41b34aaefde94a4 (diff) | |
download | freebsd-ports-gnome-54c213cfa238ec40c29a36f2e7854859d49e23da.tar.gz freebsd-ports-gnome-54c213cfa238ec40c29a36f2e7854859d49e23da.tar.zst freebsd-ports-gnome-54c213cfa238ec40c29a36f2e7854859d49e23da.zip |
- fix rc script (REQUIRE: LOGIN)
- fix permissions if asterisk is installed via the package.
Submitted by: MAINTAINER
Diffstat (limited to 'net/asterisk16/Makefile')
-rw-r--r-- | net/asterisk16/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 4003690f2e65..cfd34eeaf407 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.6.2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -74,6 +74,8 @@ OPTIONS+= DAHDI "Enable DAHDI support" on .endif SUB_LIST+= ASTERISK_USER=${ASTERISK_USER} +PLIST_SUB+= ASTERISK_USER=${ASTERISK_USER} +PLIST_SUB+= ASTERISK_GROUP=${ASTERISK_GROUP} .if !defined(WITH_H323) PLIST_SUB+= WITH_H323="@comment " |