[Bug 181301] [NEW PORT] net/kamailio: Very fast and configurable open source SIP proxy

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 11 12:32:05 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181301

--- Comment #31 from John Marino <marino at FreeBSD.org> ---
Xpre-build:
X    @cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} cfg


Remove "@" please, it masks the output.



Xdo-build:
X    @cd ${WRKSRC} && ${GMAKE} ${ALL_TARGET}

Remove "@" please, it masks the output.


Xdo-install:
X    @cd ${WRKSRC} && ${GMAKE} ${INSTALL_TARGET}


Remove "@" please, it masks the output.


Don't use "@" for any configure, build or install commands other than
"${MKDIR}" or "@{ECHO}".  You can use it in post-extract.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list