diff options
Diffstat (limited to 'devel/makeplus/files/patch-configure_start.sh')
-rw-r--r-- | devel/makeplus/files/patch-configure_start.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/makeplus/files/patch-configure_start.sh b/devel/makeplus/files/patch-configure_start.sh new file mode 100644 index 000000000000..26aeeb66ea64 --- /dev/null +++ b/devel/makeplus/files/patch-configure_start.sh @@ -0,0 +1,19 @@ +--- configure_start.sh.orig Sun Feb 9 22:27:05 2003 ++++ configure_start.sh Sun Feb 9 22:27:43 2003 +@@ -45,7 +45,7 @@ + pkgetcdir = $pkgetcdir + pkglibdir = $pkglibdir + pkgincludedir = $pkgincludedir +-manprefix = $datadir ++manprefix = $prefix + mandir = $mandir + man1dir = $man1dir + man2dir = $man2dir +@@ -57,4 +57,5 @@ + man8dir = $man8dir + manndir = $manndir + manldir = $manldir +-EOF +\ No newline at end of file ++EOF ++ |