Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2020 01:13:24 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533405 - head/sysutils/lsof
Message-ID:  <202004300113.03U1DO4K050922@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Thu Apr 30 01:13:24 2020
New Revision: 533405
URL: https://svnweb.freebsd.org/changeset/ports/533405

Log:
  sysutils/lsof: handle the .so's in the manpage, working around a mandoc bug.
  
  PR:		243205
  Submitted by:	jamie@catflap.org
  Reported by:	yasu@utahime.org

Modified:
  head/sysutils/lsof/Makefile

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Wed Apr 29 23:48:49 2020	(r533404)
+++ head/sysutils/lsof/Makefile	Thu Apr 30 01:13:24 2020	(r533405)
@@ -6,7 +6,7 @@
 
 PORTNAME=	lsof
 DISTVERSION=	4.93.2
-PORTREVISION=	10
+PORTREVISION=	11
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 
@@ -56,7 +56,7 @@ IGNORE+=		requires kernel sources
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin
-	(cd ${WRKSRC} && ${SED} 's/\\$$/\\DUMMY/' Lsof.8 | mandoc -T man | ${SED} 's/DUMMY$$//' > ${WRKSRC}/lsof.8)
+	(cd ${WRKSRC} && /usr/bin/soelim Lsof.8 > ${WRKSRC}/lsof.8)
 	${INSTALL_MAN} ${WRKSRC}/lsof.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/lsof.8
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/lsof
 	${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${PREFIX}/share/lsof



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004300113.03U1DO4K050922>