diff --git a/sysutils/ltrace/Makefile b/sysutils/ltrace/Makefile index f2c2c279c198..1397aff2e223 100644 --- a/sysutils/ltrace/Makefile +++ b/sysutils/ltrace/Makefile @@ -1,26 +1,28 @@ PORTNAME= ltrace PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LOCAL/sbz \ http://www.zonov.org/${PORTNAME}/ MAINTAINER= sbz@FreeBSD.org COMMENT= Track runtime library calls in dynamically linked programs 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 OPTIONS_DEFINE= DOCS PORTDOCS= BUGS COPYING ChangeLog README TODO post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/ltrace/pkg-plist b/sysutils/ltrace/pkg-plist index 59ad430c1a3d..3e7a7a5a62d6 100644 --- a/sysutils/ltrace/pkg-plist +++ b/sysutils/ltrace/pkg-plist @@ -1,3 +1,3 @@ bin/ltrace etc/ltrace.conf -man/man1/ltrace.1.gz +share/man/man1/ltrace.1.gz