diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2013-11-17 02:12:25 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2013-11-17 02:12:25 +0000 |
commit | 84a235eda9de09cd97433e597c58c0ac1f157fd7 (patch) | |
tree | 69e7741474927caa4401f82fd85290d5ec80bb86 /misc/qt4-qtdemo | |
parent | 56ac9da8fd5cf3faf152a5ea542bd0766943c26b (diff) | |
download | ports-84a235eda9de09cd97433e597c58c0ac1f157fd7.tar.gz ports-84a235eda9de09cd97433e597c58c0ac1f157fd7.zip |
- Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.
With hat on: kde
Notes
Notes:
svn path=/head/; revision=334045
Diffstat (limited to 'misc/qt4-qtdemo')
-rw-r--r-- | misc/qt4-qtdemo/pkg-plist | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/misc/qt4-qtdemo/pkg-plist b/misc/qt4-qtdemo/pkg-plist index e5bcaaaa1afb..f7d6fc889fce 100644 --- a/misc/qt4-qtdemo/pkg-plist +++ b/misc/qt4-qtdemo/pkg-plist @@ -1,15 +1,15 @@ bin/qtdemo %%DEBUG%%bin/qtdemo.debug -%%QT_PLUGINDIR_REL%%/designer/libarthurplugin.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/designer/libarthurplugin.so.debug -%%QT_PLUGINDIR_REL%%/designer/libcontainerextension.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/designer/libcontainerextension.so.debug -%%QT_PLUGINDIR_REL%%/designer/libcustomwidgetplugin.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/designer/libcustomwidgetplugin.so.debug -%%QT_PLUGINDIR_REL%%/designer/libtaskmenuextension.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/designer/libtaskmenuextension.so.debug -%%QT_PLUGINDIR_REL%%/designer/libworldtimeclockplugin.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/designer/libworldtimeclockplugin.so.debug +%%QT_PLUGINDIR%%/designer/libarthurplugin.so +%%DEBUG%%%%QT_PLUGINDIR%%/designer/libarthurplugin.so.debug +%%QT_PLUGINDIR%%/designer/libcontainerextension.so +%%DEBUG%%%%QT_PLUGINDIR%%/designer/libcontainerextension.so.debug +%%QT_PLUGINDIR%%/designer/libcustomwidgetplugin.so +%%DEBUG%%%%QT_PLUGINDIR%%/designer/libcustomwidgetplugin.so.debug +%%QT_PLUGINDIR%%/designer/libtaskmenuextension.so +%%DEBUG%%%%QT_PLUGINDIR%%/designer/libtaskmenuextension.so.debug +%%QT_PLUGINDIR%%/designer/libworldtimeclockplugin.so +%%DEBUG%%%%QT_PLUGINDIR%%/designer/libworldtimeclockplugin.so.debug share/examples/qt4/demos/README share/examples/qt4/demos/affine/affine %%DEBUG%%share/examples/qt4/demos/affine/affine.debug @@ -4984,5 +4984,5 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/demos/affine @dirrm share/examples/qt4/demos @dirrm share/examples/qt4 -@dirrmtry %%QT_PLUGINDIR_REL%%/designer -@dirrmtry %%QT_PLUGINDIR_REL%% +@dirrmtry %%QT_PLUGINDIR%%/designer +@dirrmtry %%QT_PLUGINDIR%% |