1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/chroot_safe: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 13:37:08 +01:00
parent c17d0cd8b8
commit b721a4f50e
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -1,6 +1,6 @@
PORTNAME= chroot_safe
PORTVERSION= 1.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security sysutils
MASTER_SITES= SF/chrootsafe/${PORTNAME}/${PORTVERSION}
@ -12,8 +12,9 @@ LICENSE= MIT
USES= tar:tgz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= man/man1/chroot_safe.1.gz sbin/chroot_safe libexec/chroot_safe/chroot_safe.so
PLIST_FILES= share/man/man1/chroot_safe.1.gz sbin/chroot_safe libexec/chroot_safe/chroot_safe.so
post-patch:
@${REINPLACE_CMD} -e 's|CXX=g++|CXX?=c++|' \