[58564] trunk/dports/sysutils/tmux/Portfile
toby at macports.org
toby at macports.org
Wed Sep 30 23:39:16 PDT 2009
Revision: 58564
http://trac.macports.org/changeset/58564
Author: toby at macports.org
Date: 2009-09-30 23:39:12 -0700 (Wed, 30 Sep 2009)
Log Message:
-----------
fix location of conf file
Modified Paths:
--------------
trunk/dports/sysutils/tmux/Portfile
Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile 2009-10-01 06:24:06 UTC (rev 58563)
+++ trunk/dports/sysutils/tmux/Portfile 2009-10-01 06:39:12 UTC (rev 58564)
@@ -4,7 +4,7 @@
name tmux
version 1.0
-revision 2
+revision 3
categories sysutils
maintainers toby
description terminal multiplexer
@@ -23,10 +23,14 @@
depends_lib port:ncurses
-patchfiles GNUmakefile.diff osdep-darwin.c.diff server.c.diff
+patchfiles GNUmakefile.diff \
+ osdep-darwin.c.diff \
+ server.c.diff \
+ tmux.1.diff \
+ tmux.h.diff
post-configure {
- reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile"
+ reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h"
reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile"
reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile"
reinplace "s|__LDFLAGS__|${configure.ldflags}|" "${worksrcpath}/GNUmakefile"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090930/e3ba5b65/attachment.html>
More information about the macports-changes
mailing list