mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/lirc: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
8dfe07afca
commit
4b7bcc9315
2 changed files with 15 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= lirc
|
PORTNAME= lirc
|
||||||
PORTVERSION= 0.9.0
|
PORTVERSION= 0.9.0
|
||||||
PORTREVISION= 13
|
PORTREVISION= 14
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION}
|
||||||
|
@ -21,6 +21,7 @@ INSTALL_TARGET= install-strip
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \
|
CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \
|
||||||
--sysconfdir=${PREFIX}/etc
|
--sysconfdir=${PREFIX}/etc
|
||||||
|
|
||||||
|
|
|
@ -14,19 +14,19 @@ lib/liblirc_client.a
|
||||||
lib/liblirc_client.so
|
lib/liblirc_client.so
|
||||||
lib/liblirc_client.so.0
|
lib/liblirc_client.so.0
|
||||||
lib/liblirc_client.so.0.2.1
|
lib/liblirc_client.so.0.2.1
|
||||||
man/man1/ircat.1.gz
|
share/man/man1/ircat.1.gz
|
||||||
man/man1/irexec.1.gz
|
share/man/man1/irexec.1.gz
|
||||||
man/man1/irpty.1.gz
|
share/man/man1/irpty.1.gz
|
||||||
man/man1/irrecord.1.gz
|
share/man/man1/irrecord.1.gz
|
||||||
man/man1/irsend.1.gz
|
share/man/man1/irsend.1.gz
|
||||||
man/man1/irw.1.gz
|
share/man/man1/irw.1.gz
|
||||||
man/man1/irxevent.1.gz
|
share/man/man1/irxevent.1.gz
|
||||||
man/man1/lircrcd.1.gz
|
share/man/man1/lircrcd.1.gz
|
||||||
man/man1/mode2.1.gz
|
share/man/man1/mode2.1.gz
|
||||||
man/man1/smode2.1.gz
|
share/man/man1/smode2.1.gz
|
||||||
man/man1/xmode2.1.gz
|
share/man/man1/xmode2.1.gz
|
||||||
man/man8/lircd.8.gz
|
share/man/man8/lircd.8.gz
|
||||||
man/man8/lircmd.8.gz
|
share/man/man8/lircmd.8.gz
|
||||||
sbin/lircd
|
sbin/lircd
|
||||||
sbin/lircmd
|
sbin/lircmd
|
||||||
@sample etc/lircd.conf.sample
|
@sample etc/lircd.conf.sample
|
||||||
|
|
Loading…
Add table
Reference in a new issue