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

Rodrigo Osorio rodrigo at FreeBSD.org
Wed Feb 19 10:32:29 UTC 2014


Author: rodrigo
Date: Wed Feb 19 10:32:29 2014
New Revision: 345065
URL: http://svnweb.freebsd.org/changeset/ports/345065
QAT: https://qat.redports.org/buildarchive/r345065/

Log:
  Fix mistake in the commited patch.
  
  PR:		ports/181438
  Approved by:	bapt (mentor)

Modified:
  head/shells/pdksh/files/patch-Makefile.in

Modified: head/shells/pdksh/files/patch-Makefile.in
==============================================================================
--- head/shells/pdksh/files/patch-Makefile.in	Wed Feb 19 10:25:44 2014	(r345064)
+++ head/shells/pdksh/files/patch-Makefile.in	Wed Feb 19 10:32:29 2014	(r345065)
@@ -11,16 +11,3 @@
  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-all mailing list