mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Fix xclip-copyfile's use of mktemp
without arguments PR: ports/171023 Submitted by: Vitaly Magerya <vmagerya@gmail.com>
This commit is contained in:
parent
f58cc04b02
commit
1295375a23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303506
@ -26,4 +26,8 @@ PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile
|
||||
pre-configure:
|
||||
@cd ${WRKSRC}; ./bootstrap
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's,mktemp,mktemp -t xclip,' \
|
||||
${WRKSRC}/xclip-copyfile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user