Modified: trunk/dports/shells/pdksh/Portfile (96083 => 96084)
--- trunk/dports/shells/pdksh/Portfile 2012-07-31 12:11:47 UTC (rev 96083)
+++ trunk/dports/shells/pdksh/Portfile 2012-07-31 13:11:49 UTC (rev 96084)
@@ -22,4 +22,4 @@
checksums md5 871106b3bd937e1afba9f2ef7c43aef3
configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man
destroot.destdir prefix=${destroot}${prefix}
-patchfiles patch-siglist.sh.diff
+patchfiles patch-siglist.sh.diff patch-Makefile.in.diff
Added: trunk/dports/shells/pdksh/files/patch-Makefile.in.diff (0 => 96084)
--- trunk/dports/shells/pdksh/files/patch-Makefile.in.diff (rev 0)
+++ trunk/dports/shells/pdksh/files/patch-Makefile.in.diff 2012-07-31 13:11:49 UTC (rev 96084)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 1999-07-14 03:06:53.000000000 +1000
++++ Makefile.in 2012-07-31 23:08:33.000000000 +1000
+@@ -27,7 +27,7 @@
+ transform=@program_transform_name@
+
+ bindir = $(exec_prefix)/bin
+-mandir = $(prefix)/man/man$(manext)
++mandir = $(prefix)/share/man/man$(manext)
+ manext = 1
+
+ # Suffix for executables: nothing for unix, .exe for os/2.