[96084] trunk/dports/shells/pdksh

jmr at macports.org jmr at macports.org
Tue Jul 31 06:11:53 PDT 2012


Revision: 96084
          https://trac.macports.org/changeset/96084
Author:   jmr at macports.org
Date:     2012-07-31 06:11:49 -0700 (Tue, 31 Jul 2012)
Log Message:
-----------
pdksh: fix mtree violation (#33453)

Modified Paths:
--------------
    trunk/dports/shells/pdksh/Portfile

Added Paths:
-----------
    trunk/dports/shells/pdksh/files/patch-Makefile.in.diff

Modified: trunk/dports/shells/pdksh/Portfile
===================================================================
--- 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
===================================================================
--- 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120731/03250556/attachment.html>


More information about the macports-changes mailing list