diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 18:24:01 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 19:19:19 +0100 |
commit | 1e7bdc538a33d2c680857167b428af26aa1dc8e0 (patch) | |
tree | aa5b63c2d84868383facf8724e8ef642c6ad3987 | |
parent | 8b0f15231e87c07971386735444c6bf8f579b789 (diff) | |
download | freebsd-ports-1e7bdc538a33d2c680857167b428af26aa1dc8e0.zip |
comms/predict: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | comms/predict/Makefile | 1 | ||||
-rw-r--r-- | comms/predict/files/Makefile | 2 | ||||
-rw-r--r-- | comms/predict/pkg-plist | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/comms/predict/Makefile b/comms/predict/Makefile index adf0a7073be7..198738463848 100644 --- a/comms/predict/Makefile +++ b/comms/predict/Makefile @@ -1,5 +1,6 @@ PORTNAME= predict PORTVERSION= 2.2.7 +PORTREVISION= 1 CATEGORIES= comms astro hamradio MASTER_SITES= https://www.qsl.net/kd2bd/ \ LOCAL/db diff --git a/comms/predict/files/Makefile b/comms/predict/files/Makefile index cf449317fbe5..a6882e222993 100644 --- a/comms/predict/files/Makefile +++ b/comms/predict/files/Makefile @@ -25,6 +25,6 @@ install: strip ${STAGEDIR}${PREFIX}/bin/vocalizer install.man: - install -m 0644 docs/man/predict.1 ${STAGEDIR}${PREFIX}/man/man1 + install -m 0644 docs/man/predict.1 ${STAGEDIR}${PREFIX}/share/man/man1 .PHONY: clean build diff --git a/comms/predict/pkg-plist b/comms/predict/pkg-plist index cfcb09d2389c..e1f52a00d213 100644 --- a/comms/predict/pkg-plist +++ b/comms/predict/pkg-plist @@ -1,6 +1,6 @@ bin/predict bin/vocalizer -man/man1/predict.1.gz +share/man/man1/predict.1.gz %%DATADIR%%/default/predict.db %%DATADIR%%/default/predict.qth %%DATADIR%%/default/predict.tle |