Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2014 17:49:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367365 - head/net/xipmsg
Message-ID:  <201409051749.s85Hn6pD039246@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409051749.s85Hn6pD039246>