aboutsummaryrefslogtreecommitdiff
path: root/x11/xclip
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-09-01 18:37:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-09-01 18:37:38 +0000
commit1295375a237c0688fb7e84ac5959d1697deac370 (patch)
tree65de8f4fad2296586960dbb347a9ac37f5d00e98 /x11/xclip
parentf58cc04b02832fa4237e465b3964b38caa899de0 (diff)
Notes
Diffstat (limited to 'x11/xclip')
-rw-r--r--x11/xclip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile
index 9f8e8d4d54bd..bfa3d4e8c4f5 100644
--- a/x11/xclip/Makefile
+++ b/x11/xclip/Makefile
@@ -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>