Page MenuHomeFreeBSD

D22450.id64593.diff
No OneTemporary

D22450.id64593.diff

Index: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk
+++ Mk/bsd.port.mk
@@ -4464,9 +4464,11 @@
${ECHO_CMD} $${file} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} >> ${TMPPLIST}; \
done
.if !empty(PLIST)
- @if [ -f ${PLIST} ]; then \
- ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \
+.for f in ${PLIST}
+ @if [ -f "${f}" ]; then \
+ ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${f} >> ${TMPPLIST}; \
fi
+.endfor
.endif
.for dir in ${PLIST_DIRS}

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 11, 12:17 AM (9 m, 24 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31256421
Default Alt Text
D22450.id64593.diff (559 B)

Event Timeline