diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 17:49:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-05 17:49:05 +0000 |
commit | 92d812d56d50c2735e815dc5e357c90168cc1df0 (patch) | |
tree | 8acc8a8ae366452d295d50644f2e81f8ae4f4c15 | |
parent | 27cccb78124debebc22013fb236eb4eb80b8dedb (diff) | |
download | freebsd-ports-92d812d56d50c2735e815dc5e357c90168cc1df0.zip |
Allow staging as a regular user
-rw-r--r-- | net/xipmsg/Makefile | 3 |
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> |