Files
ports/sysutils/ezjail/Makefile
T
Dirk Engling 71f688a86c sysutils/ezjail: Update 3.4.2 => 3.4.3
Changelog:
- Install man pages to $DEST/share/man, not $DEST/man.
- Make distribution now needs to be called from /usr/src, not
  /usr/src/etc.
- Fix tyop: snapshot => snapshots.
- Incorporate fixes from port: provide shutdown script.
- for freebsdup-update -b, --currently-running now is mandatory.
- Fix superfluous asteriks in multiplication.
- Fix man page typos.
- Typo fixes.
- Incorporate Makefile patch from port.

Improve port:
- Replace PORTVERSION with DISTVERSION.
- Add LICENSE block.
- Sort plist.

PR:		296424
Sponsored by:	UNIS Labs
Co-authored-by:	Vladimir Druzenko <vvd@FreeBSD.org>
2026-07-02 01:56:26 +03:00

18 lines
453 B
Makefile

PORTNAME= ezjail
DISTVERSION= 3.4.3
CATEGORIES= sysutils
MASTER_SITES= http://erdgeist.org/arts/software/ezjail/
MAINTAINER= erdgeist@erdgeist.org
COMMENT= Framework to easily create, manipulate, and run FreeBSD jails
WWW= https://erdgeist.org/arts/software/ezjail/
LICENSE= BEERWARE
LICENSE_NAME= beerware
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= tar:bzip2
.include <bsd.port.mk>