diff options
author | avilla <avilla@FreeBSD.org> | 2013-11-17 10:12:25 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2013-11-17 10:12:25 +0800 |
commit | 53104de351bb48233faafa573483e2462c0fb848 (patch) | |
tree | 69e7741474927caa4401f82fd85290d5ec80bb86 /graphics | |
parent | 7512676f4e3df06b8242fcc9e0c01329743bc71c (diff) | |
download | freebsd-ports-gnome-53104de351bb48233faafa573483e2462c0fb848.tar.gz freebsd-ports-gnome-53104de351bb48233faafa573483e2462c0fb848.tar.zst freebsd-ports-gnome-53104de351bb48233faafa573483e2462c0fb848.zip |
- Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.
With hat on: kde
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qt4-iconengines/pkg-plist | 8 | ||||
-rw-r--r-- | graphics/qt4-imageformats/pkg-plist | 32 |
2 files changed, 20 insertions, 20 deletions
diff --git a/graphics/qt4-iconengines/pkg-plist b/graphics/qt4-iconengines/pkg-plist index a4d1cee195a5..be7c0e8fd190 100644 --- a/graphics/qt4-iconengines/pkg-plist +++ b/graphics/qt4-iconengines/pkg-plist @@ -1,4 +1,4 @@ -%%QT_PLUGINDIR_REL%%/iconengines/libqsvgicon.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/iconengines/libqsvgicon.so.debug -@dirrmtry %%QT_PLUGINDIR_REL%%/iconengines -@dirrmtry %%QT_PLUGINDIR_REL%% +%%QT_PLUGINDIR%%/iconengines/libqsvgicon.so +%%DEBUG%%%%QT_PLUGINDIR%%/iconengines/libqsvgicon.so.debug +@dirrmtry %%QT_PLUGINDIR%%/iconengines +@dirrmtry %%QT_PLUGINDIR%% diff --git a/graphics/qt4-imageformats/pkg-plist b/graphics/qt4-imageformats/pkg-plist index 7c69c4b5d3c4..9e0b8ec0d613 100644 --- a/graphics/qt4-imageformats/pkg-plist +++ b/graphics/qt4-imageformats/pkg-plist @@ -1,16 +1,16 @@ -%%QT_PLUGINDIR_REL%%/imageformats/libqgif.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqgif.so.debug -%%QT_PLUGINDIR_REL%%/imageformats/libqico.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqico.so.debug -%%QT_PLUGINDIR_REL%%/imageformats/libqjpeg.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqjpeg.so.debug -%%QT_PLUGINDIR_REL%%/imageformats/libqmng.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqmng.so.debug -%%QT_PLUGINDIR_REL%%/imageformats/libqsvg.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqsvg.so.debug -%%QT_PLUGINDIR_REL%%/imageformats/libqtga.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqtga.so.debug -%%QT_PLUGINDIR_REL%%/imageformats/libqtiff.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqtiff.so.debug -@dirrm %%QT_PLUGINDIR_REL%%/imageformats -@dirrmtry %%QT_PLUGINDIR_REL%% +%%QT_PLUGINDIR%%/imageformats/libqgif.so +%%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqgif.so.debug +%%QT_PLUGINDIR%%/imageformats/libqico.so +%%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqico.so.debug +%%QT_PLUGINDIR%%/imageformats/libqjpeg.so +%%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqjpeg.so.debug +%%QT_PLUGINDIR%%/imageformats/libqmng.so +%%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqmng.so.debug +%%QT_PLUGINDIR%%/imageformats/libqsvg.so +%%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqsvg.so.debug +%%QT_PLUGINDIR%%/imageformats/libqtga.so +%%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqtga.so.debug +%%QT_PLUGINDIR%%/imageformats/libqtiff.so +%%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqtiff.so.debug +@dirrm %%QT_PLUGINDIR%%/imageformats +@dirrmtry %%QT_PLUGINDIR%% |