svn commit: r386692 - in head/sysutils/ezjail: . files

Bryan Drewery bdrewery at FreeBSD.org
Mon May 18 17:10:46 UTC 2015


Author: bdrewery
Date: Mon May 18 17:10:45 2015
New Revision: 386692
URL: https://svnweb.freebsd.org/changeset/ports/386692

Log:
  Fix ezjail.conf.sample having EZJAIL_PREFIX reference.

Added:
  head/sysutils/ezjail/files/
  head/sysutils/ezjail/files/patch-Makefile   (contents, props changed)
Modified:
  head/sysutils/ezjail/Makefile

Modified: head/sysutils/ezjail/Makefile
==============================================================================
--- head/sysutils/ezjail/Makefile	Mon May 18 17:07:45 2015	(r386691)
+++ head/sysutils/ezjail/Makefile	Mon May 18 17:10:45 2015	(r386692)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ezjail
 PORTVERSION=	3.4.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://erdgeist.org/arts/software/ezjail/
 

Added: head/sysutils/ezjail/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/ezjail/files/patch-Makefile	Mon May 18 17:10:45 2015	(r386692)
@@ -0,0 +1,14 @@
+--- Makefile.orig	2015-05-18 17:08:50 UTC
++++ Makefile
+@@ -9,10 +9,10 @@ all:
+ 
+ install:
+ 	mkdir -p ${DST}/etc/ezjail/ ${DST}/man/man5/ ${DST}/man/man7 ${DST}/man/man8 ${DST}/etc/rc.d/ ${DST}/bin/ ${DST}/share/examples/ezjail ${DST}/share/zsh/site-functions
+-	cp ezjail.conf.sample ${DST}/etc/
+ 	cp -R examples/example ${DST}/share/examples/ezjail/
+ 	cp -R examples/nullmailer-example ${DST}/share/examples/ezjail/
+ 	cp -R share/zsh/site-functions/ ${DST}/share/zsh/site-functions/
++	sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.conf.sample > ${DST}/etc/ezjail.conf.sample
+ 	sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.sh > ${DST}/etc/rc.d/ezjail
+ 	sed s:EZJAIL_PREFIX:${PREFIX}: ezjail-admin > ${DST}/bin/ezjail-admin
+ 	sed s:EZJAIL_PREFIX:${PREFIX}: man8/ezjail-admin.8 > ${DST}/man/man8/ezjail-admin.8


More information about the svn-ports-all mailing list