summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2020-04-30 01:13:24 +0000
committerLarry Rosenman <ler@FreeBSD.org>2020-04-30 01:13:24 +0000
commitbdce1a50b801206b3359f7c227701a977635c2c3 (patch)
tree70c78d90ec48c30304202b8d559ff699ce4969f0 /sysutils/lsof/Makefile
parentemulators/qemu-sbruno: bump PORTREVISION for recent DEPRECATION (diff)
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
Notes
Notes: svn path=/head/; revision=533405
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 13816fa0829c..66997a8bfe6d 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -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