svn commit: r345064 - head/shells/pdksh/files

Rodrigo Osorio rodrigo at FreeBSD.org
Wed Feb 19 10:25:45 UTC 2014


Author: rodrigo
Date: Wed Feb 19 10:25:44 2014
New Revision: 345064
URL: http://svnweb.freebsd.org/changeset/ports/345064
QAT: https://qat.redports.org/buildarchive/r345064/

Log:
  fix staging issue ( missed in my first commit)
  
  PR:		ports/181438
  Approved by:	bapt (mentor)

Added:
  head/shells/pdksh/files/patch-Makefile.in   (contents, props changed)

Added: head/shells/pdksh/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/pdksh/files/patch-Makefile.in	Wed Feb 19 10:25:44 2014	(r345064)
@@ -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.


More information about the svn-ports-head mailing list