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