aboutsummaryrefslogtreecommitdiff
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
parent7c134f9f369ce6d3869257df80eda3c06ad51601 (diff)
downloadports-bdce1a50b801206b3359f7c227701a977635c2c3.tar.gz
ports-bdce1a50b801206b3359f7c227701a977635c2c3.zip
Notes
-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