diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:59:38 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 15:02:20 +0100 |
commit | 4b7bcc9315b56ac9489ff77595b0ce39585f61ea (patch) | |
tree | 017b6d7eb8580ee6002f5375539d4be0c0d39460 | |
parent | 8dfe07afcaf63a31dc618d3631d5fad3a94d9399 (diff) | |
download | freebsd-ports-4b7bcc9315b56ac9489ff77595b0ce39585f61ea.zip |
comms/lirc: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | comms/lirc/Makefile | 3 | ||||
-rw-r--r-- | comms/lirc/pkg-plist | 26 |
2 files changed, 15 insertions, 14 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index fe365a5dbf74..20de6415fb43 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -1,6 +1,6 @@ PORTNAME= lirc PORTVERSION= 0.9.0 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION} @@ -21,6 +21,7 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \ --sysconfdir=${PREFIX}/etc diff --git a/comms/lirc/pkg-plist b/comms/lirc/pkg-plist index 69eb657e518f..767f91273834 100644 --- a/comms/lirc/pkg-plist +++ b/comms/lirc/pkg-plist @@ -14,19 +14,19 @@ lib/liblirc_client.a lib/liblirc_client.so lib/liblirc_client.so.0 lib/liblirc_client.so.0.2.1 -man/man1/ircat.1.gz -man/man1/irexec.1.gz -man/man1/irpty.1.gz -man/man1/irrecord.1.gz -man/man1/irsend.1.gz -man/man1/irw.1.gz -man/man1/irxevent.1.gz -man/man1/lircrcd.1.gz -man/man1/mode2.1.gz -man/man1/smode2.1.gz -man/man1/xmode2.1.gz -man/man8/lircd.8.gz -man/man8/lircmd.8.gz +share/man/man1/ircat.1.gz +share/man/man1/irexec.1.gz +share/man/man1/irpty.1.gz +share/man/man1/irrecord.1.gz +share/man/man1/irsend.1.gz +share/man/man1/irw.1.gz +share/man/man1/irxevent.1.gz +share/man/man1/lircrcd.1.gz +share/man/man1/mode2.1.gz +share/man/man1/smode2.1.gz +share/man/man1/xmode2.1.gz +share/man/man8/lircd.8.gz +share/man/man8/lircmd.8.gz sbin/lircd sbin/lircmd @sample etc/lircd.conf.sample |