Date: Tue, 29 Apr 2014 13:35:32 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352624 - head/sysutils/jailme Message-ID: <201404291335.s3TDZWoZ052686@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Apr 29 13:35:32 2014 New Revision: 352624 URL: http://svnweb.freebsd.org/changeset/ports/352624 QAT: https://qat.redports.org/buildarchive/r352624/ Log: - Stage - Make PREFIX safe - Use tar:bzip2 Modified: head/sysutils/jailme/Makefile Modified: head/sysutils/jailme/Makefile ============================================================================== --- head/sysutils/jailme/Makefile Tue Apr 29 13:29:55 2014 (r352623) +++ head/sysutils/jailme/Makefile Tue Apr 29 13:35:32 2014 (r352624) @@ -11,7 +11,10 @@ COMMENT= A setuid version of jexec to al PLIST_FILES= sbin/jailme -USE_BZIP2= yes +USES= tar:bzip2 + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' \ + ${WRKSRC}/${MAKEFILE} -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404291335.s3TDZWoZ052686>