[152244] trunk/dports/archivers/zstd/Portfile

sean at macports.org sean at macports.org
Thu Sep 1 13:01:44 PDT 2016


Revision: 152244
          https://trac.macports.org/changeset/152244
Author:   sean at macports.org
Date:     2016-09-01 13:01:44 -0700 (Thu, 01 Sep 2016)
Log Message:
-----------
zstd: correctly spell the options for cp

Modified Paths:
--------------
    trunk/dports/archivers/zstd/Portfile

Modified: trunk/dports/archivers/zstd/Portfile
===================================================================
--- trunk/dports/archivers/zstd/Portfile	2016-09-01 18:28:30 UTC (rev 152243)
+++ trunk/dports/archivers/zstd/Portfile	2016-09-01 20:01:44 UTC (rev 152244)
@@ -21,10 +21,8 @@
 
 use_configure       no
 
-platform darwin 9 {
-    post-patch {
-        reinplace -W ${worksrcpath}/lib "s, at cp -a, at cp -pPr," Makefile
-    }
+post-patch {
+    reinplace -W ${worksrcpath}/lib "s, at cp -a, at cp -pPR," Makefile
 }
 
 build.env-append    CC="${configure.cc} [get_canonical_archflags cc]" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160901/19487072/attachment.html>


More information about the macports-changes mailing list