svn commit: r303506 - head/x11/xclip

Eitan Adler eadler at FreeBSD.org
Sat Sep 1 18:37:39 UTC 2012


Author: eadler
Date: Sat Sep  1 18:37:38 2012
New Revision: 303506
URL: http://svn.freebsd.org/changeset/ports/303506

Log:
  Fix xclip-copyfile's use of mktemp
  without arguments
  
  PR:		ports/171023
  Submitted by:	Vitaly Magerya <vmagerya at gmail.com>

Modified:
  head/x11/xclip/Makefile

Modified: head/x11/xclip/Makefile
==============================================================================
--- head/x11/xclip/Makefile	Sat Sep  1 18:19:31 2012	(r303505)
+++ head/x11/xclip/Makefile	Sat Sep  1 18:37:38 2012	(r303506)
@@ -26,4 +26,8 @@ PLIST_FILES=	bin/xclip bin/xclip-copyfil
 pre-configure:
 	@cd ${WRKSRC}; ./bootstrap
 
+post-patch:
+	${REINPLACE_CMD} 's,mktemp,mktemp -t xclip,' \
+		${WRKSRC}/xclip-copyfile
+
 .include <bsd.port.mk>



More information about the svn-ports-all mailing list