aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2024-01-08 15:17:08 +0000
committerRenato Botelho <garga@FreeBSD.org>2024-01-08 16:43:51 +0000
commit67de8beda6d6e0859342c2d41f8b3a06a3817ce4 (patch)
tree05e51da065ee74fb6a4ce7cc6c127c8b1f8036cb
parent5fcd5f2e8a92691e09e8d63a636ed434ebf8c657 (diff)
downloadports-67de8beda6d6e0859342c2d41f8b3a06a3817ce4.tar.gz
ports-67de8beda6d6e0859342c2d41f8b3a06a3817ce4.zip
net-mgmt/choparp: Update manpages path
Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--net-mgmt/choparp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile
index 6e4d337915c5..0da3d686366f 100644
--- a/net-mgmt/choparp/Makefile
+++ b/net-mgmt/choparp/Makefile
@@ -1,6 +1,7 @@
PORTNAME= choparp
DISTVERSIONPREFIX= release/
DISTVERSION= 20150613
+PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= garga@FreeBSD.org
@@ -14,7 +15,7 @@ GH_ACCOUNT= quinot
USE_RC_SUBR= choparp
LDFLAGS+= -lpcap
-PLIST_FILES= sbin/choparp man/man8/choparp.8.gz
+PLIST_FILES= sbin/choparp share/man/man8/choparp.8.gz
do-build:
( cd ${WRKSRC}/src && \
@@ -24,6 +25,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 \
- ${STAGEDIR}${PREFIX}/man/man8
+ ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>