diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-04-20 02:23:41 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-04-20 02:23:41 +0800 |
commit | 7620875059fcc7d8941045dd279c03ba1ac34c83 (patch) | |
tree | 64bc862d7f3e6bcb8e96498a6037d2f12c26928e /net/asterisk | |
parent | 8000849233bf29af0badae2989fe1cc32a85a9f7 (diff) | |
download | freebsd-ports-gnome-7620875059fcc7d8941045dd279c03ba1ac34c83.tar.gz freebsd-ports-gnome-7620875059fcc7d8941045dd279c03ba1ac34c83.tar.zst freebsd-ports-gnome-7620875059fcc7d8941045dd279c03ba1ac34c83.zip |
- USE_RC_SUBR automagically installs startup script and adds it to PLIST --
remove some junk left from previous commit.
- Bump PORTREVISION
Approved by: MAINTAINER
Diffstat (limited to 'net/asterisk')
-rw-r--r-- | net/asterisk/Makefile | 4 | ||||
-rw-r--r-- | net/asterisk/pkg-plist | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 5802757f3e20..52f177b905d8 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -68,7 +69,4 @@ RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel PLIST_SUB+= WITH_ZAPTEL="" .endif -post-install: - @${INSTALL_SCRIPT} ${WRKDIR}/asterisk.sh ${PREFIX}/etc/rc.d - .include <bsd.port.post.mk> diff --git a/net/asterisk/pkg-plist b/net/asterisk/pkg-plist index d79b0ca154a8..551e80632c6e 100644 --- a/net/asterisk/pkg-plist +++ b/net/asterisk/pkg-plist @@ -124,7 +124,6 @@ etc/asterisk/vpb.conf-dist @unexec if cmp -s %D/etc/asterisk/zapata.conf %D/etc/asterisk/zapata.conf-dist; then rm -f %D/etc/asterisk/zapata.conf; fi etc/asterisk/zapata.conf-dist @exec [ -f %B/zapata.conf ] || cp %B/%f %B/zapata.conf -etc/rc.d/asterisk.sh include/asterisk/acl.h include/asterisk/adsi.h include/asterisk/aes.h |