From 7260ead2e60308446b4cbe67ab0acc72747f8ac6 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Wed, 1 Apr 2015 11:35:51 +0000 Subject: [PATCH] - Reset MAINTAINER due to fatal bounce Reported by: portscout --- sysutils/qjail/Makefile | 4 ++-- sysutils/qjail2/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile index dfda4c2d9b61..25f3d33b6c83 100644 --- a/sysutils/qjail/Makefile +++ b/sysutils/qjail/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.6 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} -MAINTAINER= qjail@a1poweruser.com +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to quickly deploy and manage jails USES= tar:bzip2 @@ -28,7 +28,7 @@ do-install: # note examples are mandatory. qjail will not function without them @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/examples/ \ + (cd ${WRKSRC}/examples/ \ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/sysutils/qjail2/Makefile b/sysutils/qjail2/Makefile index f932ae14d1fc..615907b60b5c 100644 --- a/sysutils/qjail2/Makefile +++ b/sysutils/qjail2/Makefile @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} PKGNAMESUFFIX= 2 -MAINTAINER= qjail@a1poweruser.com +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to quickly deploy and manage jails USES= tar:bzip2 @@ -37,7 +37,7 @@ do-install: # note examples are mandatory. qjail will not function without them @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/examples/ \ + (cd ${WRKSRC}/examples/ \ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include