aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-06 01:49:05 +0800
committerantoine <antoine@FreeBSD.org>2014-09-06 01:49:05 +0800
commitd71bba0160ef49f4e3487ab0e0fc338d637700d3 (patch)
tree8acc8a8ae366452d295d50644f2e81f8ae4f4c15
parenta0d2d1865904868f6f4976c83f0e6da4a1fde3f7 (diff)
downloadfreebsd-ports-gnome-d71bba0160ef49f4e3487ab0e0fc338d637700d3.tar.gz
freebsd-ports-gnome-d71bba0160ef49f4e3487ab0e0fc338d637700d3.tar.zst
freebsd-ports-gnome-d71bba0160ef49f4e3487ab0e0fc338d637700d3.zip
Allow staging as a regular user
-rw-r--r--net/xipmsg/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/xipmsg/Makefile b/net/xipmsg/Makefile
index f823018a4350..273d3ae25d71 100644
--- a/net/xipmsg/Makefile
+++ b/net/xipmsg/Makefile
@@ -14,4 +14,7 @@ COMMENT= Popup style message communication tool for X11
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>