freebsd-ports/shells/pdksh/files/patch-Makefile.in
Rodrigo Osorio 555dd8d1ed shells/pdksh: moved manpages to share/man
Fix mandir in patch and update plist
Fix formatting to make linters happy
Update MASTER_SITES
Update additional patches file names
2024-03-04 10:50:44 +01:00

13 lines
421 B
Text

--- Makefile.in 2014-02-19 10:09:23.000000000 +0100
+++ Makefile.in 2014-02-19 10:09:57.000000000 +0100
@@ -26,8 +26,8 @@
exec_prefix = @exec_prefix@
transform=@program_transform_name@
-bindir = $(exec_prefix)/bin
-mandir = $(prefix)/man/man$(manext)
+bindir = $(DESTDIR)$(exec_prefix)/bin
+mandir = $(DESTDIR)$(prefix)/share/man/man$(manext)
manext = 1
# Suffix for executables: nothing for unix, .exe for os/2.