mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.2
- while here loop on install of man pages Changed qjail to work with new path and single base file install format now used in 9.0. PR: ports/165603 Submitted by: maintainer, qjail@a1poweruser.com
This commit is contained in:
parent
7a58c2662d
commit
ccde3be43e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292537
@ -5,13 +5,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qjail
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
MAINTAINER= qjail@a1poweruser.com
|
||||
COMMENT= Utility to quickly deploy and manage large numbers of jails
|
||||
COMMENT= Utility to quickly deploy and manage jails
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
@ -30,15 +29,17 @@ do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/qjail2 ${PREFIX}/etc/rc.d
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/qjail-jail2 ${PREFIX}/etc/rc.d
|
||||
@${INSTALL_DATA} ${WRKSRC}/qjail.conf.sample ${PREFIX}/etc
|
||||
@${INSTALL_MAN} ${WRKSRC}/qjail.8 ${MAN8PREFIX}/man/man8
|
||||
@${INSTALL_MAN} ${WRKSRC}/qjail-intro.8 ${MAN8PREFIX}/man/man8
|
||||
@${INSTALL_MAN} ${WRKSRC}/qjail.conf.8 ${MAN8PREFIX}/man/man8
|
||||
.for i in qjail qjail-intro qjail.conf
|
||||
@${INSTALL_MAN} ${WRKSRC}/${i}.8 ${MAN8PREFIX}/man/man8
|
||||
.endfor
|
||||
# note examples are mandatory. qjail will not function without them
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/examples/ \
|
||||
&& ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "#"
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG} "#"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qjail-1.1.tar.bz2) = c7e32a3081357c9a5e2a62b85180bb2f3526ca138592e42f90624a0f34cea58d
|
||||
SIZE (qjail-1.1.tar.bz2) = 40292
|
||||
SHA256 (qjail-1.2.tar.bz2) = 55ec579ccc0a9dd5f4ba631ea0455ccce2c2850f1fb8a4d8bed09d7292f88ccd
|
||||
SIZE (qjail-1.2.tar.bz2) = 41057
|
||||
|
Loading…
Reference in New Issue
Block a user