e634049e1e
PR: ports/167877 PR: ports/167878 PR: ports/167879 PR: ports/167881 Submitted by: Richard Neese (r.neese@gmail.com) (maintainer) Fix some minor pkg-install script issues in -core-devel Use a cookie file to install ETCDIR/conf directory structure rather than @exec mkdir to simplify installation
12 lines
294 B
Makefile
12 lines
294 B
Makefile
# Ports collection makefile for: net/freeswitch-sbc-devel
|
|
# Date created: May 11, 2012
|
|
# Whom: Richard Neese <r.neese@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
FREESWITCH_CONF_DIST= sbc
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
MASTERDIR= ${.CURDIR}/../freeswitch-vanilla-devel
|
|
|
|
.include "${MASTERDIR}/Makefile"
|