aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-17 22:48:43 +0800
committerbapt <bapt@FreeBSD.org>2014-12-17 22:48:43 +0800
commit02812664c419778fb39671e3bf8fd6a470a202c3 (patch)
treed4af3c9b61bde82903fd19aec00759d5a4b2bc02
parent8f0aee9280d7e743c6e97c33d407799e1ba7e339 (diff)
downloadfreebsd-ports-gnome-02812664c419778fb39671e3bf8fd6a470a202c3.tar.gz
freebsd-ports-gnome-02812664c419778fb39671e3bf8fd6a470a202c3.tar.zst
freebsd-ports-gnome-02812664c419778fb39671e3bf8fd6a470a202c3.zip
Fix packaging as a user
-rw-r--r--misc/brs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile
index 6f5a4c82f10d..cf3b8ce962d9 100644
--- a/misc/brs/Makefile
+++ b/misc/brs/Makefile
@@ -19,5 +19,6 @@ CFLAGS+= -Wno-error=return-type
post-patch:
${REINPLACE_CMD} 's=%%PREFIX%%=${PREFIX}=g' \
${WRKSRC}/brl.c ${WRKSRC}/bible.1
+ ${REINPLACE_CMD} '/chown.*/d' ${WRKSRC}/Makefile
.include <bsd.port.mk>