mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/bgpuma: move man to share/man
This commit is contained in:
parent
df0a91b0c5
commit
c9f389f63c
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue