diff options
author | gerald <gerald@FreeBSD.org> | 2015-02-22 00:15:35 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-02-22 00:15:35 +0800 |
commit | 0d1936cc303fa9e662a8a2d2ed3384a7b3ba0ca1 (patch) | |
tree | e31218fc24f8bb5c17201a6a3ec42f2b365d70f6 | |
parent | 646b7fc5bc53f99a25c5de3b65758d1229922b7a (diff) | |
download | freebsd-ports-gnome-0d1936cc303fa9e662a8a2d2ed3384a7b3ba0ca1.tar.gz freebsd-ports-gnome-0d1936cc303fa9e662a8a2d2ed3384a7b3ba0ca1.tar.zst freebsd-ports-gnome-0d1936cc303fa9e662a8a2d2ed3384a7b3ba0ca1.zip |
Properly sort two COMPHOLIO-specific items in pkg-plist.
PR: 197798
-rw-r--r-- | emulators/wine-devel/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index bd1ba08d70fb..6efd72480f61 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -820,8 +820,8 @@ lib/wine/api-ms-win-core-errorhandling-l1-1-2.dll.so %%COMPHOLIO%%lib/wine/api-ms-win-core-fibers-l1-1-0.dll.so %%COMPHOLIO%%lib/wine/api-ms-win-core-fibers-l1-1-1.dll.so lib/wine/api-ms-win-core-file-l1-2-0.dll.so -lib/wine/api-ms-win-core-file-l2-1-1.dll.so %%COMPHOLIO%%lib/wine/api-ms-win-core-file-l2-1-0.dll.so +lib/wine/api-ms-win-core-file-l2-1-1.dll.so lib/wine/api-ms-win-core-handle-l1-1-0.dll.so lib/wine/api-ms-win-core-heap-l1-2-0.dll.so lib/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so @@ -1044,8 +1044,8 @@ lib/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-2.dll %%COMPHOLIO%%lib/wine/fakedlls/api-ms-win-core-fibers-l1-1-0.dll %%COMPHOLIO%%lib/wine/fakedlls/api-ms-win-core-fibers-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-file-l1-2-0.dll -lib/wine/fakedlls/api-ms-win-core-file-l2-1-1.dll %%COMPHOLIO%%lib/wine/fakedlls/api-ms-win-core-file-l2-1-0.dll +lib/wine/fakedlls/api-ms-win-core-file-l2-1-1.dll lib/wine/fakedlls/api-ms-win-core-handle-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-heap-l1-2-0.dll lib/wine/fakedlls/api-ms-win-core-heap-obsolete-l1-1-0.dll |