diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 13:23:49 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 13:23:49 +0000 |
commit | b57ef5a660f86320a59a50ad3abf123fae1aee3c (patch) | |
tree | 2d1ab17ceb88f124287943a3eace41366f80f045 /net/asterisk14/Makefile | |
parent | c066ddf7264133779c25b84827e3326dd01f1030 (diff) |
Handle rc.subr correctly
Based on PR: ports/79246
Submitted by: Ari Maniatis
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=133325
Diffstat (limited to 'net/asterisk14/Makefile')
-rw-r--r-- | net/asterisk14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index ce7f82474c8f..5802757f3e20 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -31,7 +31,7 @@ GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/editline USE_GMAKE= yes USE_BISON= yes -USE_RC_SUBR= yes +USE_RC_SUBR= asterisk.sh MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ MKDIR="${MKDIR}" \ @@ -69,6 +69,6 @@ PLIST_SUB+= WITH_ZAPTEL="" .endif post-install: - @${INSTALL_SCRIPT} ${FILESDIR}/asterisk.sh ${PREFIX}/etc/rc.d + @${INSTALL_SCRIPT} ${WRKDIR}/asterisk.sh ${PREFIX}/etc/rc.d .include <bsd.port.post.mk> |