mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/choparp: Update manpages path
Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
5fcd5f2e8a
commit
67de8beda6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= choparp
|
PORTNAME= choparp
|
||||||
DISTVERSIONPREFIX= release/
|
DISTVERSIONPREFIX= release/
|
||||||
DISTVERSION= 20150613
|
DISTVERSION= 20150613
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
MAINTAINER= garga@FreeBSD.org
|
MAINTAINER= garga@FreeBSD.org
|
||||||
|
@ -14,7 +15,7 @@ GH_ACCOUNT= quinot
|
||||||
USE_RC_SUBR= choparp
|
USE_RC_SUBR= choparp
|
||||||
LDFLAGS+= -lpcap
|
LDFLAGS+= -lpcap
|
||||||
|
|
||||||
PLIST_FILES= sbin/choparp man/man8/choparp.8.gz
|
PLIST_FILES= sbin/choparp share/man/man8/choparp.8.gz
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
( cd ${WRKSRC}/src && \
|
( cd ${WRKSRC}/src && \
|
||||||
|
@ -24,6 +25,6 @@ do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
|
||||||
${STAGEDIR}${PREFIX}/sbin
|
${STAGEDIR}${PREFIX}/sbin
|
||||||
${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 \
|
${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 \
|
||||||
${STAGEDIR}${PREFIX}/man/man8
|
${STAGEDIR}${PREFIX}/share/man/man8
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue