summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/crtmpserver/Makefile4
-rw-r--r--net/dgd/Makefile2
-rw-r--r--net/samba42/Makefile2
-rw-r--r--net/samba43/Makefile2
-rw-r--r--net/samba44/Makefile2
-rw-r--r--net/tiny-network-utilities/Makefile2
6 files changed, 7 insertions, 7 deletions
diff --git a/net/crtmpserver/Makefile b/net/crtmpserver/Makefile
index 41b95718f3a1..3c448cf1ee6b 100644
--- a/net/crtmpserver/Makefile
+++ b/net/crtmpserver/Makefile
@@ -36,8 +36,8 @@ post-patch:
.endif
pre-install:
- @${SH} $(WRKSRC)/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/crtmpserver.lua" "${PREFIX}" "${WRKSRC}"
- @${SH} $(WRKSRC)/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/all.debug.lua" "${PREFIX}" "${WRKSRC}"
+ @${SH} ${WRKSRC}/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/crtmpserver.lua" "${PREFIX}" "${WRKSRC}"
+ @${SH} ${WRKSRC}/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/all.debug.lua" "${PREFIX}" "${WRKSRC}"
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/var/log/crtmpserver
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 2a6047397fb2..ad4ae8971126 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -26,7 +26,7 @@ WRKSRC= ${BASE_WRKSRC}/src
PATCH_WRKSRC= ${BASE_WRKSRC}
ALL_TARGET= install
MAKE_JOBS_UNSAFE= yes
-MAKE_ENV+= EXTRA_DEFINES="$(EXTRA_DEFINES)"
+MAKE_ENV+= EXTRA_DEFINES="${EXTRA_DEFINES}"
PORTDOCS= *
diff --git a/net/samba42/Makefile b/net/samba42/Makefile
index b1fc59962670..18392f2bc8e6 100644
--- a/net/samba42/Makefile
+++ b/net/samba42/Makefile
@@ -477,7 +477,7 @@ pre-configure:
# XXX: Gross hack to allow build newer Samba while old one is installed.
# This implies that LINKFLAGS_PYEMBED contains flags which are already
-# used in other parts of LINKFLAGS, namely -L$(LOCALBASE)/lib and -pthread
+# used in other parts of LINKFLAGS, namely -L${LOCALBASE}/lib and -pthread
post-configure:
-${REINPLACE_CMD} -e 's|LINKFLAGS_PYEMBED.*|LINKFLAGS_PYEMBED = []|' \
${CONFIGURE_WRKSRC}/bin/c4che/default.cache.py
diff --git a/net/samba43/Makefile b/net/samba43/Makefile
index b96f0e51feb8..99fadc28619e 100644
--- a/net/samba43/Makefile
+++ b/net/samba43/Makefile
@@ -477,7 +477,7 @@ pre-configure:
# XXX: Gross hack to allow build newer Samba while old one is installed.
# This implies that LINKFLAGS_PYEMBED contains flags which are already
-# used in other parts of LINKFLAGS, namely -L$(LOCALBASE)/lib and -pthread
+# used in other parts of LINKFLAGS, namely -L${LOCALBASE}/lib and -pthread
post-configure:
-${REINPLACE_CMD} -e 's|LINKFLAGS_PYEMBED.*|LINKFLAGS_PYEMBED = []|' \
${CONFIGURE_WRKSRC}/bin/c4che/default.cache.py
diff --git a/net/samba44/Makefile b/net/samba44/Makefile
index e017657f3eb7..0b50f31c7b31 100644
--- a/net/samba44/Makefile
+++ b/net/samba44/Makefile
@@ -463,7 +463,7 @@ pre-configure:
# XXX: Gross hack to allow build newer Samba while old one is installed.
# This implies that LINKFLAGS_PYEMBED contains flags which are already
-# used in other parts of LINKFLAGS, namely -L$(LOCALBASE)/lib and -pthread
+# used in other parts of LINKFLAGS, namely -L${LOCALBASE}/lib and -pthread
post-configure:
-${REINPLACE_CMD} -e 's|LINKFLAGS_PYEMBED.*|LINKFLAGS_PYEMBED = []|' \
${CONFIGURE_WRKSRC}/bin/c4che/default.cache.py
diff --git a/net/tiny-network-utilities/Makefile b/net/tiny-network-utilities/Makefile
index cf71004b2d58..7ff77903d147 100644
--- a/net/tiny-network-utilities/Makefile
+++ b/net/tiny-network-utilities/Makefile
@@ -23,7 +23,7 @@ NO_ARCH= yes
FILES_EXEC= tiny-dhcp-server tiny-udp-proxy tiny-udp-anti-nat
FILES_LIB= net_checksums tiny_utils
-PLIST_FILES= $(FILES_EXEC:%=bin/%) $(FILES_LIB:%=${PYTHON_SITELIBDIR}/%.py)
+PLIST_FILES= ${FILES_EXEC:%=bin/%} ${FILES_LIB:%=${PYTHON_SITELIBDIR}/%.py}
.include <bsd.port.pre.mk>