svn commit: r374854 - head/misc/brs

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 17 14:48:45 UTC 2014


Author: bapt
Date: Wed Dec 17 14:48:43 2014
New Revision: 374854
URL: https://svnweb.freebsd.org/changeset/ports/374854
QAT: https://qat.redports.org/buildarchive/r374854/

Log:
  Fix packaging as a user

Modified:
  head/misc/brs/Makefile

Modified: head/misc/brs/Makefile
==============================================================================
--- head/misc/brs/Makefile	Wed Dec 17 14:48:37 2014	(r374853)
+++ head/misc/brs/Makefile	Wed Dec 17 14:48:43 2014	(r374854)
@@ -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>


More information about the svn-ports-head mailing list