1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net-mgmt/bgpuma: move man to share/man

This commit is contained in:
Kurt Jaeger 2024-02-26 21:22:13 +01:00
parent df0a91b0c5
commit c9f389f63c

View File

@ -1,6 +1,6 @@
PORTNAME= bgpuma
PORTVERSION= 20151209
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= pi@FreeBSD.org
@ -17,8 +17,9 @@ USE_GITHUB= yes
GH_ACCOUNT= cmu-sei
GH_TAGNAME= a29b2a7
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/bgpuma man/man1/bgpuma.1.gz
PLIST_FILES= bin/bgpuma share/man/man1/bgpuma.1.gz
.include <bsd.port.mk>