aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:34:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:41:57 +0000
commitf64877ddc4791bf52ad2c2a129568724316725f9 (patch)
tree3faca7cde387fa741b86da911643173344646ad4
parent7b6beb646f763d38443db9cea36bccd631f28f3d (diff)
downloadports-f64877ddc4791bf52ad2c2a129568724316725f9.tar.gz
ports-f64877ddc4791bf52ad2c2a129568724316725f9.zip
math/xplot: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--math/xplot/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/math/xplot/Makefile b/math/xplot/Makefile
index bc9dce0eaf98..bd786987707c 100644
--- a/math/xplot/Makefile
+++ b/math/xplot/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xplot
PORTVERSION= 0.90.7.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math graphics net
MASTER_SITES= http://www.xplot.org/xplot/
@@ -15,14 +15,15 @@ GNU_CONFIGURE= yes
PORTDOCS= README README.tcp_plots
PLIST_FILES= bin/tcpdump2xplot bin/tcpdump2xplot.pl bin/xplot \
- man/man1/tcpdump2xplot.1.gz \
- man/man1/xplot.1.gz
+ share/man/man1/tcpdump2xplot.1.gz \
+ share/man/man1/xplot.1.gz
OPTIONS_DEFINE= DOCS
post-patch:
- @${REINPLACE_CMD} -e \
- '/INSTALL/s|2xplot$$|2xplot.pl|' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e '/INSTALL/s|2xplot$$|2xplot.pl|' \
+ -e 's|man/man1|share/man/man1|' \
+ ${WRKSRC}/Makefile.in
post-install:
${LN} -sf tcpdump2xplot.pl ${STAGEDIR}${PREFIX}/bin/tcpdump2xplot