[85659] trunk/dports/ruby/rb-pdumpfs/Portfile
kimuraw at macports.org
kimuraw at macports.org
Sat Oct 15 07:46:20 PDT 2011
Revision: 85659
http://trac.macports.org/changeset/85659
Author: kimuraw at macports.org
Date: 2011-10-15 07:46:20 -0700 (Sat, 15 Oct 2011)
Log Message:
-----------
ruby/rb-pdumpfs: fix install error with the latest MacPorts. add license.
Modified Paths:
--------------
trunk/dports/ruby/rb-pdumpfs/Portfile
Modified: trunk/dports/ruby/rb-pdumpfs/Portfile
===================================================================
--- trunk/dports/ruby/rb-pdumpfs/Portfile 2011-10-15 14:46:08 UTC (rev 85658)
+++ trunk/dports/ruby/rb-pdumpfs/Portfile 2011-10-15 14:46:20 UTC (rev 85659)
@@ -12,11 +12,13 @@
file. Let's backup your home directory with pdumpfs!
categories-append sysutils
homepage http://0xcc.net/pdumpfs/
+license GPL2
master_sites ${homepage}
checksums md5 c1bb6514b3136854ca265913fd3765c9 \
rmd160 a9730349347d50d06dd101b0c1d9a7b3e25777c1 \
sha1 1ce91f0429d730fbc6e6f253d04e80226c145cdf
platforms darwin
+supported_archs noarch
patchfiles patch-pdumpfs-test
@@ -32,10 +34,12 @@
destroot {
xinstall -d -m 0755 ${destroot}${prefix}/bin
- xinstall -m 0755 pdumpfs ${destroot}${prefix}/bin
+ xinstall -m 0755 ${worksrcpath}/pdumpfs ${destroot}${prefix}/bin
xinstall -d -m 0755 ${destroot}${prefix}/share/man/man8
- xinstall -m 0644 man/man8/pdumpfs.8 ${destroot}${prefix}/share/man/man8
+ xinstall -m 0644 ${worksrcpath}/man/man8/pdumpfs.8 \
+ ${destroot}${prefix}/share/man/man8
xinstall -d -m 0755 ${destroot}${prefix}/share/man/ja/man8
- xinstall -m 0644 man/ja/man8/pdumpfs.8 ${destroot}${prefix}/share/man/ja/man8
+ xinstall -m 0644 ${worksrcpath}/man/ja/man8/pdumpfs.8 \
+ ${destroot}${prefix}/share/man/ja/man8
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111015/5afb8721/attachment.html>
More information about the macports-changes
mailing list