1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Allow staging as normal user

PR:		ports/186327 (patch not used)
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
This commit is contained in:
Pawel Pekala 2014-02-02 17:14:17 +00:00
parent 9fc819abad
commit 21ad5f911e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342342

View File

@ -27,5 +27,6 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
@${REINPLACE_CMD} 's|-o root -g wheel||' ${WRKSRC}/libx11amp/Makefile.in
.include <bsd.port.mk>