[111874] trunk/dports/x11/keylaunch
jmr at macports.org
jmr at macports.org
Fri Oct 4 11:51:33 PDT 2013
Revision: 111874
https://trac.macports.org/changeset/111874
Author: jmr at macports.org
Date: 2013-10-04 11:51:33 -0700 (Fri, 04 Oct 2013)
Log Message:
-----------
keylaunch: fix installation failure due to gnuisms in install args
Modified Paths:
--------------
trunk/dports/x11/keylaunch/Portfile
Added Paths:
-----------
trunk/dports/x11/keylaunch/files/
trunk/dports/x11/keylaunch/files/Makefile.in.patch
Modified: trunk/dports/x11/keylaunch/Portfile
===================================================================
--- trunk/dports/x11/keylaunch/Portfile 2013-10-04 18:29:13 UTC (rev 111873)
+++ trunk/dports/x11/keylaunch/Portfile 2013-10-04 18:51:33 UTC (rev 111874)
@@ -25,3 +25,5 @@
depends_lib \
port:xorg-libX11
+
+patchfiles Makefile.in.patch
Added: trunk/dports/x11/keylaunch/files/Makefile.in.patch
===================================================================
--- trunk/dports/x11/keylaunch/files/Makefile.in.patch (rev 0)
+++ trunk/dports/x11/keylaunch/files/Makefile.in.patch 2013-10-04 18:51:33 UTC (rev 111874)
@@ -0,0 +1,15 @@
+--- Makefile.in.orig 2007-08-17 18:17:03.000000000 +1000
++++ Makefile.in 2013-10-05 04:48:36.000000000 +1000
+@@ -29,9 +29,9 @@
+ DEFINES = -DRCFILE=\"$(RCFILE)\"
+ OBJS = $(PROG).o
+ INSTALL = @INSTALL@
+-INST_PROG_OPTS = -D
+-INST_MAN_OPTS = --mode=644
+-INST_DOC_OPTS = --mode=644
++INST_PROG_OPTS =
++INST_MAN_OPTS = -m 644
++INST_DOC_OPTS = -m 644
+ INST_CREATEDIR = -d
+
+ MAINTAINER_FILES= configure \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131004/fb873339/attachment.html>
More information about the macports-changes
mailing list