- Reset MAINTAINER due to fatal bounce

Reported by:	portscout
This commit is contained in:
Ryan Steinmetz 2015-04-01 11:35:51 +00:00
parent 99e2309045
commit 7260ead2e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382905
2 changed files with 4 additions and 4 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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 <bsd.port.mk>