Revision: 118333 https://trac.macports.org/changeset/118333 Author: ryandesign@macports.org Date: 2014-03-30 17:19:21 -0700 (Sun, 30 Mar 2014) Log Message: ----------- p5-file-rsyncp: fix stub port Modified Paths: -------------- trunk/dports/perl/p5-file-rsyncp/Portfile Modified: trunk/dports/perl/p5-file-rsyncp/Portfile =================================================================== --- trunk/dports/perl/p5-file-rsyncp/Portfile 2014-03-31 00:04:38 UTC (rev 118332) +++ trunk/dports/perl/p5-file-rsyncp/Portfile 2014-03-31 00:19:21 UTC (rev 118333) @@ -18,4 +18,6 @@ checksums sha1 5ef21c8b0a5e62cdc0d0bdf697a5bd9caaeafc94 \ rmd160 81b404338386e971b7238cc9597ad8c7c4a8e60a -patchfiles patch-FileList.flist.c.diff +if {${perl5.major} != ""} { + patchfiles patch-FileList.flist.c.diff +}