1
0
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:
Eitan Adler 2012-09-01 18:37:38 +00:00
parent f58cc04b02
commit 1295375a23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303506

View File

@ -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>