summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2014-02-19 10:25:44 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2014-02-19 10:25:44 +0000
commit39c917a2f2d450084b166f4e46508cdff120087f (patch)
tree228acafba1efdbbb3a5bab2a77847e3d7c2d3ef6 /shells
parentSupport staging (diff)
fix staging issue ( missed in my first commit)
PR: ports/181438 Approved by: bapt (mentor)
Notes
Notes: svn path=/head/; revision=345064
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/files/patch-Makefile.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/shells/pdksh/files/patch-Makefile.in b/shells/pdksh/files/patch-Makefile.in
new file mode 100644
index 000000000000..37d00ce67283
--- /dev/null
+++ b/shells/pdksh/files/patch-Makefile.in
@@ -0,0 +1,26 @@
+--- 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)/man/man$(manext)
+ manext = 1
+
+ # Suffix for executables: nothing for unix, .exe for os/2.
+--- Makefile.in 2014-02-12 11:54:53.000000000 +0100
++++ Makefile.in 2014-02-12 11:55:29.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)/man/man$(manext)
+ manext = 1
+
+ # Suffix for executables: nothing for unix, .exe for os/2.