diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2024-01-12 20:21:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2024-01-12 20:21:22 +0000 |
commit | 1dfe8c6e3d8a394d764d120f746f12da1bf73381 (patch) | |
tree | 9bf8af454fa648dd6269b835f7f4e003a95aa587 | |
parent | fd9bfc3cb5dd5e8d938cda0ae7393176dc2d6316 (diff) |
comms/lrzsz: use ${PREFIX}/share/man
-rw-r--r-- | comms/lrzsz/Makefile | 3 | ||||
-rw-r--r-- | comms/lrzsz/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index c9226677cc43..5413112787be 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,6 +1,6 @@ PORTNAME= lrzsz PORTVERSION= 0.12.20 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms MASTER_SITES= http://ohse.de/uwe/releases/ @@ -15,6 +15,7 @@ USES= cpe CPE_VENDOR= lrzsz_project GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share ALL_TARGET= all # vcheck CONFLICTS_INSTALL= lrzip # bin/lrz diff --git a/comms/lrzsz/pkg-plist b/comms/lrzsz/pkg-plist index a134c7e742a1..3780607481f2 100644 --- a/comms/lrzsz/pkg-plist +++ b/comms/lrzsz/pkg-plist @@ -4,5 +4,5 @@ bin/lrz bin/lsb bin/lsx bin/lsz -man/man1/lrz.1.gz -man/man1/lsz.1.gz +share/man/man1/lrz.1.gz +share/man/man1/lsz.1.gz |