Skip to content

Commit

Permalink
comms/predict: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 22, 2024
1 parent 8b0f152 commit 1e7bdc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion comms/predict/files/Makefile
Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 1e7bdc5

Please sign in to comment.