Revision
111874
Author
jmr@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

Added Paths

Diff

Modified: trunk/dports/x11/keylaunch/Portfile (111873 => 111874)


--- 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 (0 => 111874)


--- 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 \