svn commit: r352624 - head/sysutils/jailme

Emanuel Haupt ehaupt at FreeBSD.org
Tue Apr 29 13:35:33 UTC 2014


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>


More information about the svn-ports-all mailing list