Page MenuHomeFreeBSD

D23535.id67858.diff
No OneTemporary

D23535.id67858.diff

Index: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk
+++ Mk/bsd.port.mk
@@ -4332,8 +4332,9 @@
# Install missing dependencies from package
install-missing-packages:
@_dirs=$$(${MISSING-DEPENDS-LIST}); \
- [ -z "$${_dirs}" ] || \
- ${SU_CMD} "${PKG_BIN} install -A $$(${ECHO} $${_dirs} | ${SED} "s%${PORTSDIR}/%%g")"
+ if [ -n "$${_dirs}" ]; then \
+ ${SU_CMD} "${PKG_BIN} install -A $$(${ECHO} $${_dirs} | ${SED} "s%${PORTSDIR}/%%g")"; \
+ fi
################################################################
# Everything after here are internal targets and really

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 23, 12:39 AM (19 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16043907
Default Alt Text
D23535.id67858.diff (628 B)

Event Timeline