mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/i3lock-color: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
7d7b58d4bd
commit
71fef054ba
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= i3lock-color
|
PORTNAME= i3lock-color
|
||||||
DISTVERSION= 2.13.c.4
|
DISTVERSION= 2.13.c.4
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= fjachuf@gmail.com
|
MAINTAINER= fjachuf@gmail.com
|
||||||
|
@ -29,6 +29,7 @@ USE_GNOME= cairo
|
||||||
USE_XORG= x11 xcb xext xinerama xorgproto xrandr xt
|
USE_XORG= x11 xcb xext xinerama xorgproto xrandr xt
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \
|
MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \
|
||||||
X11INC="${LOCALBASE}/include" CC="${CC}"
|
X11INC="${LOCALBASE}/include" CC="${CC}"
|
||||||
|
@ -39,7 +40,7 @@ CONFLICTS_INSTALL= i3lock
|
||||||
|
|
||||||
PLIST_FILES= bin/i3lock \
|
PLIST_FILES= bin/i3lock \
|
||||||
etc/pam.d/i3lock \
|
etc/pam.d/i3lock \
|
||||||
man/man1/i3lock.1.gz
|
share/man/man1/i3lock.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue