mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
sysutils/ltrace: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
933a1efbbb
commit
2c9e634d48
@ -1,5 +1,6 @@
|
||||
PORTNAME= ltrace
|
||||
PORTVERSION= 0.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= LOCAL/sbz \
|
||||
http://www.zonov.org/${PORTNAME}/
|
||||
@ -11,6 +12,7 @@ WWW= https://ltrace.org/
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
CONFIGURE_ARGS= --disable-werror
|
||||
CONFIGURE_ARGS+= --without-libunwind # fix build: configure is looking for and finds libunwind.h, but the C code later doesn't find libunwind-ptrace.h and breaks
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/ltrace
|
||||
etc/ltrace.conf
|
||||
man/man1/ltrace.1.gz
|
||||
share/man/man1/ltrace.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user