71f688a86c
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>
12 lines
642 B
Plaintext
12 lines
642 B
Plaintext
--- Makefile.orig 2026-07-01 10:52:14 UTC
|
|
+++ Makefile
|
|
@@ -8,7 +8,7 @@ install:
|
|
all:
|
|
|
|
install:
|
|
- mkdir -p ${DST}/etc/ezjail/ ${DST}/man/man5/ ${DST}/man/man7 ${DST}/man/man8 ${DST}/etc/rc.d/ ${DST}/bin/ ${DST}/share/examples/ezjail ${DST}/share/zsh/site-functions
|
|
+ mkdir -p ${DST}/etc/ezjail/ ${DST}/share/man/man5/ ${DST}/share/man/man7 ${DST}/share/man/man8 ${DST}/etc/rc.d/ ${DST}/bin/ ${DST}/share/examples/ezjail ${DST}/share/zsh/site-functions
|
|
cp -R examples/example ${DST}/share/examples/ezjail/
|
|
cp -R examples/nullmailer-example ${DST}/share/examples/ezjail/
|
|
cp -R share/zsh/site-functions/ ${DST}/share/zsh/site-functions/
|