diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 09:32:58 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 10:04:08 +0000 |
commit | 61c2850fdc5df15bc1e65dae1b951a046e78d574 (patch) | |
tree | daa9c46ced18b3161e2d0744169b94d2be80bea9 | |
parent | c779176e8acd922a35343840de84efffa4974bd0 (diff) | |
download | freebsd-ports-61c2850fdc5df15bc1e65dae1b951a046e78d574.zip |
comms/anyremote: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | comms/anyremote/Makefile | 2 | ||||
-rw-r--r-- | comms/anyremote/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index 4356ca3df819..3215bcd14662 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -1,5 +1,6 @@ PORTNAME= anyremote PORTVERSION= 6.7.3 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= SF @@ -17,6 +18,7 @@ USES= alias iconv pkgconfig python shebangfix gnome xorg USE_GNOME= glib20 SHEBANG_FILES= cfg-data/Utils/all-in-1.py GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} diff --git a/comms/anyremote/pkg-plist b/comms/anyremote/pkg-plist index cbcf7341297f..c2484a6cdd7f 100644 --- a/comms/anyremote/pkg-plist +++ b/comms/anyremote/pkg-plist @@ -1,5 +1,5 @@ bin/anyremote -man/man1/anyremote.1.gz +share/man/man1/anyremote.1.gz %%DATADIR%%/cfg-data/AT-mode/all-in-one.cfg %%DATADIR%%/cfg-data/AT-mode/amarok.cfg %%DATADIR%%/cfg-data/AT-mode/amixer.cfg |