Skip to content

Commit

Permalink
net-mgmt/bgpq3: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 3c351a0 commit 40c15ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion net-mgmt/bgpq3/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bgpq3
PORTVERSION= 0.1.36
PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt

Expand All @@ -14,8 +15,11 @@ USE_GITHUB= yes
GH_ACCOUNT= snar

PLIST_FILES= bin/bgpq3 \
man/man8/bgpq3.8.gz
share/man/man8/bgpq3.8.gz
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${STAGEDIR}${PREFIX}

post-patch:
@${REINPLACE_CMD} -e 's|man/man8|share/man/man8|' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>

0 comments on commit 40c15ef

Please sign in to comment.