Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151684452
D22450.id64593.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
559 B
Referenced Files
None
Subscribers
None
D22450.id64593.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D22450: Permit multiple packing list files to be listed in PLIST.
Attached
Detach File
Event Timeline
Log In to Comment