Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149244089
D22450.1789741551.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
559 B
Referenced Files
None
Subscribers
None
D22450.1789741551.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
Fri, Sep 18, 2:25 PM (10 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29758024
Default Alt Text
D22450.1789741551.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