View | Details | Raw Unified | Return to bug 230690
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	ezjail
3
PORTNAME=	ezjail
4
PORTVERSION=	3.4.2
4
PORTVERSION=	3.4.2
5
PORTREVISION=	1
5
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
6
MASTER_SITES=	http://erdgeist.org/arts/software/ezjail/
7
MASTER_SITES=	http://erdgeist.org/arts/software/ezjail/
7
8
(-)files/patch-ezjail-admin (+20 lines)
Line 0 Link Here
1
--- ezjail-admin.orig	2018-08-17 10:07:06 UTC
2
+++ ezjail-admin
3
@@ -335,7 +335,7 @@ ezjail_queryftpserver () {
4
   unset _ret
5
   echo -n "Querying your ftp-server... "
6
   TIFS=${IFS}; IFS=
7
-  for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshot pub/FreeBSD releases snapshots pub/FreeBSD-Archive/old-releases NO; do
8
+  for ezjail_path in pub/FreeBSD/releases pub/FreeBSD/snapshots pub/FreeBSD releases snapshots pub/FreeBSD-Archive/old-releases NO; do
9
     if [ ${ezjail_path} = "NO" ]; then
10
       echo "Warning: I am having problems querying the ftp server you specified (${ezjail_disturi})."
11
       _ret=1; break
12
@@ -1053,7 +1053,7 @@ setup|update)
13
 
14
     # make and setup our world, then split basejail and newjail
15
     cd "${ezjail_sourcetree}" && env DESTDIR="${ezjail_jailfull}" make ${ezjail_installaction} || exerr "Error: The command 'make ${ezjail_installaction}' failed.\n  Refer to the error report(s) above."
16
-    cd "${ezjail_sourcetree}/etc" && env DESTDIR="${ezjail_jailfull}" make distribution || exerr "Error: The command 'make distribution' failed.\n  Refer to the error report(s) above."
17
+    cd "${ezjail_sourcetree}" && env DESTDIR="${ezjail_jailfull}" make distribution || exerr "Error: The command 'make distribution' failed.\n  Refer to the error report(s) above."
18
     ezjail_splitworld
19
 
20
   fi # installaction="none"

Return to bug 230690