mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/xbindkeys: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
c5676bf7dd
commit
1e1d7f3bc5
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= xbindkeys
|
PORTNAME= xbindkeys
|
||||||
PORTVERSION= 1.8.7
|
PORTVERSION= 1.8.7
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= http://www.nongnu.org/xbindkeys/
|
MASTER_SITES= http://www.nongnu.org/xbindkeys/
|
||||||
|
|
||||||
|
@ -13,14 +14,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
USES= xorg
|
USES= xorg
|
||||||
USE_XORG= x11 xi
|
USE_XORG= x11 xi
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc man/man1/xbindkeys.1.gz
|
PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc share/man/man1/xbindkeys.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= GUILE TCL
|
OPTIONS_DEFINE= GUILE TCL
|
||||||
|
|
||||||
TCL_USES= tk
|
TCL_USES= tk
|
||||||
TCL_CONFIGURE_OFF= --disable-tk
|
TCL_CONFIGURE_OFF= --disable-tk
|
||||||
TCL_PLIST_FILES= bin/xbindkeys_show man/man1/xbindkeys_show.1.gz
|
TCL_PLIST_FILES= bin/xbindkeys_show share/man/man1/xbindkeys_show.1.gz
|
||||||
GUILE_USES= guile:1.8,2.2,3.0 autoreconf gettext-tools pkgconfig
|
GUILE_USES= guile:1.8,2.2,3.0 autoreconf gettext-tools pkgconfig
|
||||||
GUILE_CONFIGURE_ENABLE= guile
|
GUILE_CONFIGURE_ENABLE= guile
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue