[66778] trunk/dports/x11/xdotool

ryandesign at macports.org ryandesign at macports.org
Thu Apr 22 13:54:18 PDT 2010


Revision: 66778
          http://trac.macports.org/changeset/66778
Author:   ryandesign at macports.org
Date:     2010-04-22 13:54:17 -0700 (Thu, 22 Apr 2010)
Log Message:
-----------
xdotool: use destroot environment variable instead of patch to fix manpage location; upstream does not wish to incorporate this patch; see:
http://code.google.com/p/semicomplete/issues/detail?id=29

Modified Paths:
--------------
    trunk/dports/x11/xdotool/Portfile
    trunk/dports/x11/xdotool/files/patch-Makefile.diff

Modified: trunk/dports/x11/xdotool/Portfile
===================================================================
--- trunk/dports/x11/xdotool/Portfile	2010-04-22 20:24:36 UTC (rev 66777)
+++ trunk/dports/x11/xdotool/Portfile	2010-04-22 20:54:17 UTC (rev 66778)
@@ -47,7 +47,8 @@
                             CC=${configure.cc} \
                             CFLAGS="${configure.cflags}" \
                             LDFLAGS="${configure.ldflags}"
-destroot.env                PREFIX=${prefix}
+destroot.env                PREFIX=${prefix} \
+                            INSTALLMAN=${prefix}/share/man
 
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/doc/${name} ${destroot}${prefix}/share/examples

Modified: trunk/dports/x11/xdotool/files/patch-Makefile.diff
===================================================================
--- trunk/dports/x11/xdotool/files/patch-Makefile.diff	2010-04-22 20:24:36 UTC (rev 66777)
+++ trunk/dports/x11/xdotool/files/patch-Makefile.diff	2010-04-22 20:54:17 UTC (rev 66778)
@@ -1,14 +1,5 @@
 --- Makefile.orig	2010-04-15 19:04:26.000000000 -0500
 +++ Makefile	2010-04-16 01:59:09.000000000 -0500
-@@ -2,7 +2,7 @@
- PREFIX?=/usr/local
- INSTALLBIN?=$(PREFIX)/bin
- INSTALLLIB?=$(PREFIX)/lib
--INSTALLMAN?=$(PREFIX)/man
-+INSTALLMAN?=$(PREFIX)/share/man
- INSTALLINCLUDE?=$(PREFIX)/include
- 
- DPREFIX=$(DESTDIR)$(PREFIX)
 @@ -26,8 +26,8 @@
   
  CFLAGS?=-pipe -O2 $(WARNFLAGS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100422/348ab5a9/attachment.html>


More information about the macports-changes mailing list