mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/openvmps: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
5de78fffcd
commit
ede5721db4
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= openvmps
|
PORTNAME= openvmps
|
||||||
PORTVERSION= 1.4.06
|
PORTVERSION= 1.4.06
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= SF/vmps/vmpsd/${PORTVERSION}
|
MASTER_SITES= SF/vmps/vmpsd/${PORTVERSION}
|
||||||
DISTNAME= vmpsd-${PORTVERSION}
|
DISTNAME= vmpsd-${PORTVERSION}
|
||||||
|
@ -14,6 +15,7 @@ USE_RC_SUBR= vmpsd
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS=--bindir=${PREFIX}/sbin
|
CONFIGURE_ARGS=--bindir=${PREFIX}/sbin
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
@sample etc/vmps.db.sample
|
@sample etc/vmps.db.sample
|
||||||
sbin/vmpsd
|
sbin/vmpsd
|
||||||
man/man1/vmpsd.1.gz
|
share/man/man1/vmpsd.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue