diff options
author | bsam <bsam@FreeBSD.org> | 2014-09-23 00:51:23 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2014-09-23 00:51:23 +0800 |
commit | 01276032d4a3c3a50e47fae0e2702f7add51ce6e (patch) | |
tree | 984f2c2892ac805be97c114227de045dc1dd101f /graphics | |
parent | 52c9202d375bc2dc19f1828783a26f48b7bc687c (diff) | |
download | freebsd-ports-gnome-01276032d4a3c3a50e47fae0e2702f7add51ce6e.tar.gz freebsd-ports-gnome-01276032d4a3c3a50e47fae0e2702f7add51ce6e.tar.zst freebsd-ports-gnome-01276032d4a3c3a50e47fae0e2702f7add51ce6e.zip |
Simplify pkg-plist (remove @dirrm*).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/icc-profiles-openicc/Makefile | 2 | ||||
-rw-r--r-- | graphics/icc-profiles-openicc/pkg-plist | 14 | ||||
-rw-r--r-- | graphics/iccexamin/pkg-plist | 11 | ||||
-rw-r--r-- | graphics/iccxml/pkg-plist | 1 |
4 files changed, 1 insertions, 27 deletions
diff --git a/graphics/icc-profiles-openicc/Makefile b/graphics/icc-profiles-openicc/Makefile index ac136180d031..48a42448f1ea 100644 --- a/graphics/icc-profiles-openicc/Makefile +++ b/graphics/icc-profiles-openicc/Makefile @@ -12,7 +12,7 @@ COMMENT= Color data for color managed applications LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING # Has a Copyright note -USES= tar:bzip2 +USES= tar:bzip2 GNU_CONFIGURE= yes SYSCOLORDIR= share/color diff --git a/graphics/icc-profiles-openicc/pkg-plist b/graphics/icc-profiles-openicc/pkg-plist index f3475a15a3dd..cf847364b871 100644 --- a/graphics/icc-profiles-openicc/pkg-plist +++ b/graphics/icc-profiles-openicc/pkg-plist @@ -23,17 +23,3 @@ share/icons/text-vnd.cgats.png share/mime/packages/x-color-cgats.xml share/mime/packages/x-color-icc.xml share/pixmaps/icc-profiles-openicc_logo.png -@dirrmtry share/mime/packages -@dirrmtry share/mime -@dirrmtry share/icons -@dirrmtry %%SYSCOLORDIR%%/target/fogra -@dirrmtry %%SYSCOLORDIR%%/target/NPES -@dirrmtry %%SYSCOLORDIR%%/target -@dirrmtry %%SYSCOLORDIR%%/settings -@dirrmtry %%SYSCOLORDIR%%/icc/lcms -@dirrmtry %%SYSCOLORDIR%%/icc/basICColor -@dirrmtry %%SYSCOLORDIR%%/icc/PhotoGamut -@dirrmtry %%SYSCOLORDIR%%/icc/Oyranos -@dirrmtry %%SYSCOLORDIR%%/icc/OpenICC -@dirrmtry %%SYSCOLORDIR%%/icc -@dirrmtry %%SYSCOLORDIR%% diff --git a/graphics/iccexamin/pkg-plist b/graphics/iccexamin/pkg-plist index ee5fa630dcf4..3c947de4ebfb 100644 --- a/graphics/iccexamin/pkg-plist +++ b/graphics/iccexamin/pkg-plist @@ -10,14 +10,3 @@ share/locale/eu/LC_MESSAGES/icc_examin.mo share/locale/fr/LC_MESSAGES/icc_examin.mo share/pixmaps/hicolor/scalable/iccexamin.svg share/pixmaps/iccexamin.png -@dirrmtry share/pixmaps/hicolor/scalable -@dirrmtry share/pixmaps/hicolor -@dirrmtry share/mime/packages -@dirrmtry share/mime -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrmtry share/mime/packages -@dirrmtry share/mime -@dirrmtry share/fonts diff --git a/graphics/iccxml/pkg-plist b/graphics/iccxml/pkg-plist index d44f734fcd3f..12de34a0e04e 100644 --- a/graphics/iccxml/pkg-plist +++ b/graphics/iccxml/pkg-plist @@ -14,4 +14,3 @@ lib/libIccXML.so lib/libIccXML.so.2 lib/libIccXML.so.2.0.3 libdata/pkgconfig/iccxml.pc -@dirrm include/IccXML |