• R/O
  • HTTP
  • SSH
  • HTTPS

MacPorts: Commit

My MacPorts


Commit MetaInfo

Revision9e7522946a759384ccbc0a33c02e4642b0c16fe3 (tree)
Time2008-12-06 00:04:22
AuthorKazuki Sakamoto <sakamoto@splh...>
CommiterKazuki Sakamoto

Log Message

devel/fmdiff add fmgitdiff

Change Summary

Incremental Difference

--- a/devel/fmdiff/Portfile
+++ b/devel/fmdiff/Portfile
@@ -2,7 +2,7 @@
22
33 PortSystem 1.0
44 name fmdiff
5-version 7554
5+version 7819
66 revision 0
77 categories devel
88 maintainers nomaintainer@macports.org
@@ -27,6 +27,10 @@ patch {
2727 reinplace "s|DESTDIR=/usr/local|DESTDIR=${destroot}${prefix}|" ${worksrcpath}/Makefile
2828 }
2929
30+post-destroot {
31+ xinstall -m 0755 ${filespath}/fmgitdiff ${destroot}${prefix}/bin
32+}
33+
3034 use_configure no
3135 build {}
3236 destroot.destdir
--- /dev/null
+++ b/devel/fmdiff/files/fmgitdiff
@@ -0,0 +1,2 @@
1+#!/bin/sh
2+fmdiff "$2" "$1"
Show on old repository browser