mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
add98f040f
- fix pkg-plist from the last time around - fixes some defects in 0.60 PR: ports/85710 Submitted by: Eirik Oeverby <ltning-jailctl@anduin.net>
24 lines
409 B
Makefile
24 lines
409 B
Makefile
# New ports collection makefile for: jailctl
|
|
# Date created: 04.04.2005
|
|
# Whom: Eirik Oeverby <ltning@anduin.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jailctl
|
|
PORTVERSION= 0.61
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://anduin.net/jailctl/
|
|
|
|
MAINTAINER= ltning-jailctl@anduin.net
|
|
COMMENT= Jail management tool
|
|
|
|
MAN1= jailctl.1
|
|
MANCOMPRESSED= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/jailctl
|
|
|
|
.include <bsd.port.mk>
|