misc/countrycodes: Sanitize MANPREFIX

Reported by:	antoine
This commit is contained in:
Muhammad Moinur Rahman 2024-01-31 12:50:30 +01:00
parent d449cc2bb7
commit 8d4c199415
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -5,7 +5,7 @@
bindir ?= ${prefix}/bin
-mandir ?= ${prefix}/man/man1
+mandir ?= ${MANPREFIX}/share/man/man1
+mandir ?= ${prefix}/share/man/man1
# For system that doesn't support mkdir -p.
# If you have Linux, don't bother.