mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/bgpq3: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
3c351a09ca
commit
40c15ef65f
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= bgpq3
|
PORTNAME= bgpq3
|
||||||
PORTVERSION= 0.1.36
|
PORTVERSION= 0.1.36
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSIONPREFIX=v
|
DISTVERSIONPREFIX=v
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
|
@ -14,8 +15,11 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= snar
|
GH_ACCOUNT= snar
|
||||||
|
|
||||||
PLIST_FILES= bin/bgpq3 \
|
PLIST_FILES= bin/bgpq3 \
|
||||||
man/man8/bgpq3.8.gz
|
share/man/man8/bgpq3.8.gz
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+=--prefix=${STAGEDIR}${PREFIX}
|
CONFIGURE_ARGS+=--prefix=${STAGEDIR}${PREFIX}
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|man/man8|share/man/man8|' ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue