Permalink
Browse files
qgis3: Move patchfiles near post-patch block
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
gis/qgis3/Portfile
|
|
@@ -24,10 +24,6 @@ license GPL-2+ |
|
|
|
|
|
homepage http://www.qgis.org/ |
|
|
|
|
|
patchfiles patch-app_info_plist_in.diff \ |
|
|
patch-CMakelists_txt.diff \ |
|
|
patch-FindPyQt5_py.diff |
|
|
|
|
|
checksums rmd160 d53c504d41960b547e407e1922e1c1b3d876629a \ |
|
|
sha256 17fa868f00f30184431e219f41fcb785d818e5ba89678dc9ec2ad9630c83237f |
|
|
|
|
|
@@ -62,6 +58,10 @@ depends_build-append \ |
|
|
port:bison \ |
|
|
port:ld64 |
|
|
|
|
|
patchfiles patch-app_info_plist_in.diff \ |
|
|
patch-CMakelists_txt.diff \ |
|
|
patch-FindPyQt5_py.diff |
|
|
|
|
|
post-patch { |
|
|
reinplace -E "s|@PREFIX@|${prefix}|g" \ |
|
|
${worksrcpath}/mac/app.info.plist.in |
|
|
|