mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Unbreak packaging.
This commit is contained in:
parent
44c18261a1
commit
8fb15cbb82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226878
@ -18,8 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk
|
||||
LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib\
|
||||
h323_r.1:${PORTSDIR}/net/openh323
|
||||
|
||||
BROKEN= does not package
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= MKDIR="${MKDIR}" \
|
||||
PWLIBDIR=${LOCALBASE}/share/pwlib \
|
||||
|
@ -86,7 +86,15 @@ $FreeBSD$
|
||||
-fomit-frame-pointer -DAST_MODULE=\"chan_oh323.so\"
|
||||
|
||||
DRVDEPS=$(shell ls *.h)
|
||||
@@ -151,19 +151,27 @@
|
||||
@@ -116,6 +116,7 @@
|
||||
if [ ! -d $(DESTDIR)$(ASTERISKETCDIR) ]; then \
|
||||
$(INSTALL) -d $(DESTDIR)$(ASTERISKETCDIR); \
|
||||
fi
|
||||
+ $(INSTALL) -m 0644 oh323.conf.sample $(DESTDIR)$(ASTERISKETCDIR)/
|
||||
if [ ! -f $(DESTDIR)$(ASTERISKETCDIR)/oh323.conf ]; then \
|
||||
$(INSTALL) -m 0644 oh323.conf.sample $(DESTDIR)$(ASTERISKETCDIR)/oh323.conf; \
|
||||
fi
|
||||
@@ -151,19 +152,27 @@
|
||||
@if [ ! -f "$(LIBH323PATH)" ]; then \
|
||||
echo "ERROR: No OPENH323 library found!"; exit 1; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user