mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
x11/xlockmore: Install man pages under share/man
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1169e20189
commit
14e0a4c077
@ -1,5 +1,6 @@
|
||||
PORTNAME= xlockmore
|
||||
PORTVERSION= 5.74
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.sillycycle.com/xlock/ \
|
||||
SF/bsdsrc/${.CURDIR:T}
|
||||
@ -23,6 +24,7 @@ CONFIGURE_ARGS= --without-motif --without-editres \
|
||||
--without-gtk --without-esound --disable-setuid \
|
||||
--disable-kerberos4 --without-ttf
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
PORTDOCS= README ${PORTNAME}.README
|
||||
|
||||
OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \
|
||||
@ -49,7 +51,7 @@ JP_DESC= Japanese Language Support
|
||||
NO_OPTIONS_SORT= yes
|
||||
|
||||
MAKE_ARGS+= bindir=${PREFIX}/bin \
|
||||
mandir=${PREFIX}/man/man1 \
|
||||
mandir=${PREFIX}/share/man/man1 \
|
||||
datarootdir=${PREFIX}/share \
|
||||
xapploaddir=${PREFIX}/lib/X11/app-defaults
|
||||
|
||||
|
@ -8,7 +8,7 @@ bin/xmlock
|
||||
@owner
|
||||
lib/X11/app-defaults/XLock
|
||||
lib/X11/app-defaults/XmLock
|
||||
man/man1/xlock.1.gz
|
||||
share/man/man1/xlock.1.gz
|
||||
share/xlock/sounds/complete.au
|
||||
share/xlock/sounds/identify-please.au
|
||||
share/xlock/sounds/not-programmed.au
|
||||
|
Loading…
Reference in New Issue
Block a user