Skip to content

Commit

Permalink
comms/qrq: 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 f30b615 commit 8c684ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions comms/qrq/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qrq
PORTVERSION= 0.3.4
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://fkurz.net/ham/qrq/

Expand Down
2 changes: 1 addition & 1 deletion comms/qrq/files/patch-Makefile
Expand Up @@ -74,7 +74,7 @@
+ ${INSTALL} -d -v $(DESTDIR)${PREFIX}/bin/
+ ${INSTALL} -s -m 0755 qrq $(DESTDIR)${PREFIX}/bin/
+ ${INSTALL} -m 0755 qrqscore $(DESTDIR)${PREFIX}/bin/
+ ${INSTALL} -m 0644 qrq.1 $(DESTDIR)${PREFIX}/man/man1/
+ ${INSTALL} -m 0644 qrq.1 $(DESTDIR)${PREFIX}/share/man/man1/
+ ${INSTALL} -m 0644 callbase.qcb $(DESTDIR)${PREFIX}/share/qrq/
+ ${INSTALL} -m 0644 english.qcb $(DESTDIR)${PREFIX}/share/qrq/
+ ${INSTALL} -m 0644 cwops.qcb $(DESTDIR)${PREFIX}/share/qrq/
Expand Down
2 changes: 1 addition & 1 deletion comms/qrq/pkg-plist
@@ -1,6 +1,6 @@
bin/qrq
bin/qrqscore
man/man1/qrq.1.gz
share/man/man1/qrq.1.gz
%%DATADIR%%/cwops.qcb
%%DATADIR%%/callbase.qcb
%%DATADIR%%/english.qcb
Expand Down

0 comments on commit 8c684ac

Please sign in to comment.