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/asterisk10/Makefile | |
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/asterisk10/Makefile')
-rw-r--r-- | net/asterisk10/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 5802757f3e20..52f177b905d8 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/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> |