svn commit: r367365 - head/net/xipmsg

Antoine Brodin antoine at FreeBSD.org
Fri Sep 5 17:49:06 UTC 2014


Author: antoine
Date: Fri Sep  5 17:49:05 2014
New Revision: 367365
URL: http://svnweb.freebsd.org/changeset/ports/367365
QAT: https://qat.redports.org/buildarchive/r367365/

Log:
  Allow staging as a regular user

Modified:
  head/net/xipmsg/Makefile

Modified: head/net/xipmsg/Makefile
==============================================================================
--- head/net/xipmsg/Makefile	Fri Sep  5 17:25:58 2014	(r367364)
+++ head/net/xipmsg/Makefile	Fri Sep  5 17:49:05 2014	(r367365)
@@ -14,4 +14,7 @@ COMMENT=	Popup style message communicati
 USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 
+post-patch:
+	@${REINPLACE_CMD} 's,^INSTUIDFLAGS=.*,INSTUIDFLAGS=${STRIP} -m ${BINMODE},' ${WRKSRC}/Imakefile
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list