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:
parent
c17d0cd8b8
commit
b721a4f50e
@ -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++|' \
|
||||
|
Loading…
Reference in New Issue
Block a user