mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
1: Stagify.
2: add LICENSE 3: use @sample, bump version. Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
eb4cc797a3
commit
31c3fd84f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359436
@ -3,19 +3,16 @@
|
||||
|
||||
PORTNAME= jailctl
|
||||
PORTVERSION= 0.80
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://anduin.net/jailctl/
|
||||
|
||||
MAINTAINER= ltning-jailctl@anduin.net
|
||||
COMMENT= Jail management tool
|
||||
|
||||
MAN1= jailctl.1 \
|
||||
jails.conf.1
|
||||
MANCOMPRESSED= yes
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/jailctl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
18
sysutils/jailctl/files/patch-Makefile
Normal file
18
sysutils/jailctl/files/patch-Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
--- Makefile.orig 2014-06-27 10:13:06.740734383 +0800
|
||||
+++ Makefile 2014-06-27 10:13:33.015750707 +0800
|
||||
@@ -1,8 +1,8 @@
|
||||
install:
|
||||
- @install jailctl ${PREFIX}/sbin
|
||||
- @install jailctl.1.gz ${PREFIX}/man/man1
|
||||
- @install jails.conf.1.gz ${PREFIX}/man/man1
|
||||
- @install jails.conf.sample ${PREFIX}/etc
|
||||
- @install jails.sh ${PREFIX}/etc/rc.d
|
||||
- @install -d ${PREFIX}/jails
|
||||
- @cp -R addons ${PREFIX}/jails
|
||||
+ @install jailctl $(DESTDIR)${PREFIX}/sbin
|
||||
+ @install jailctl.1.gz $(DESTDIR)${PREFIX}/man/man1
|
||||
+ @install jails.conf.1.gz $(DESTDIR)${PREFIX}/man/man1
|
||||
+ @install jails.conf.sample $(DESTDIR)${PREFIX}/etc
|
||||
+ @install jails.sh $(DESTDIR)${PREFIX}/etc/rc.d
|
||||
+ @install -d $(DESTDIR)${PREFIX}/jails
|
||||
+ @cp -R addons $(DESTDIR)${PREFIX}/jails
|
@ -1,11 +1,13 @@
|
||||
etc/jails.conf.sample
|
||||
@sample etc/jails.conf.sample
|
||||
etc/rc.d/jails.sh
|
||||
jails/addons/dellist4.txt
|
||||
jails/addons/dellist5.txt
|
||||
jails/addons/etc/login.conf
|
||||
jails/addons/etc/make.conf
|
||||
jails/addons/runme.sh
|
||||
man/man1/jailctl.1.gz
|
||||
man/man1/jails.conf.1.gz
|
||||
sbin/jailctl
|
||||
etc/rc.d/jails.sh
|
||||
@dirrm jails/addons/etc
|
||||
@dirrm jails/addons
|
||||
@dirrm jails
|
||||
|
Loading…
Reference in New Issue
Block a user