mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/whoson: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
92e6ce52de
commit
f1d1a529ba
2 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= whoson
|
PORTNAME= whoson
|
||||||
PORTVERSION= 2.05
|
PORTVERSION= 2.05
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ LICENSE_COMB= multi
|
||||||
|
|
||||||
USES= libtool
|
USES= libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --with-config=${PREFIX}/etc/whoson.conf
|
CONFIGURE_ARGS= --with-config=${PREFIX}/etc/whoson.conf
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -4,13 +4,13 @@ lib/libwhoson.a
|
||||||
lib/libwhoson.so
|
lib/libwhoson.so
|
||||||
lib/libwhoson.so.0
|
lib/libwhoson.so.0
|
||||||
lib/libwhoson.so.0.0.0
|
lib/libwhoson.so.0.0.0
|
||||||
man/man3/whoson.3.gz
|
share/man/man3/whoson.3.gz
|
||||||
man/man3/wso_login.3.gz
|
share/man/man3/wso_login.3.gz
|
||||||
man/man3/wso_logout.3.gz
|
share/man/man3/wso_logout.3.gz
|
||||||
man/man3/wso_query.3.gz
|
share/man/man3/wso_query.3.gz
|
||||||
man/man3/wso_version.3.gz
|
share/man/man3/wso_version.3.gz
|
||||||
man/man5/whoson.conf.5.gz
|
share/man/man5/whoson.conf.5.gz
|
||||||
man/man8/whoson.8.gz
|
share/man/man8/whoson.8.gz
|
||||||
man/man8/whosond.8.gz
|
share/man/man8/whosond.8.gz
|
||||||
sbin/whoson
|
sbin/whoson
|
||||||
sbin/whosond
|
sbin/whosond
|
||||||
|
|
Loading…
Add table
Reference in a new issue