diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-11-07 17:11:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-11-08 12:09:18 +0000 |
commit | 5c64d3b42a6ca75c72f15f0665e68b1221e01226 (patch) | |
tree | 6308bc76f78bbb977b4b57963aa46a041eb648ea | |
parent | 01a3b02ec09e444c1e63a77569f7421c49323376 (diff) | |
download | ports-5c64d3b42a6ca75c72f15f0665e68b1221e01226.tar.gz ports-5c64d3b42a6ca75c72f15f0665e68b1221e01226.zip |
-rw-r--r-- | audio/timidity/files/patch-Makefile | 2 | ||||
-rw-r--r-- | audio/timidity/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/timidity/files/patch-Makefile b/audio/timidity/files/patch-Makefile index 445aafad7d08..c9603a3136bd 100644 --- a/audio/timidity/files/patch-Makefile +++ b/audio/timidity/files/patch-Makefile @@ -19,7 +19,7 @@ # Where to install the manual pages -MAN_DIR = /usr/local/man/man1 -+MAN_DIR = ${PREFIX}/man/man1 ++MAN_DIR = ${PREFIX}/share/man/man1 # Where to install the patches, config files, and MIDI files. # If you change this, it's a good idea to recompile the binary, diff --git a/audio/timidity/pkg-plist b/audio/timidity/pkg-plist index b2600dab78fc..9bff497e4875 100644 --- a/audio/timidity/pkg-plist +++ b/audio/timidity/pkg-plist @@ -258,4 +258,4 @@ lib/timidity/midia.cfg lib/timidity/mt32.cfg lib/timidity/timidity.cfg lib/timidity/wowpats.cfg -man/man1/timidity.1.gz +share/man/man1/timidity.1.gz |