diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 22:04:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 22:04:01 +0800 |
commit | 590e343f8ec41461f825015d6dc8c60d4ae769ab (patch) | |
tree | 97fa6c721b3189472458272147b4aca03cf4b7bc /x11-themes | |
parent | f96d380b5412c4ad8c38bbdcc47f11ce8315dcc5 (diff) | |
download | freebsd-ports-gnome-590e343f8ec41461f825015d6dc8c60d4ae769ab.tar.gz freebsd-ports-gnome-590e343f8ec41461f825015d6dc8c60d4ae769ab.tar.zst freebsd-ports-gnome-590e343f8ec41461f825015d6dc8c60d4ae769ab.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/lxappearance/pkg-plist | 1 | ||||
-rw-r--r-- | x11-themes/murrine-configurator/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/murrine-configurator/pkg-plist | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/x11-themes/lxappearance/pkg-plist b/x11-themes/lxappearance/pkg-plist index 6d4e2268683f..bbabb9670a6b 100644 --- a/x11-themes/lxappearance/pkg-plist +++ b/x11-themes/lxappearance/pkg-plist @@ -57,5 +57,4 @@ share/applications/lxappearance.desktop %%NLS%%@dirrmtry share/locale/lg %%NLS%%@dirrmtry share/locale/fo/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fo -@dirrmtry share/applications @dirrm include/lxappearance diff --git a/x11-themes/murrine-configurator/Makefile b/x11-themes/murrine-configurator/Makefile index 337180e2bd60..cea18faa374f 100644 --- a/x11-themes/murrine-configurator/Makefile +++ b/x11-themes/murrine-configurator/Makefile @@ -22,10 +22,8 @@ USE_GNOME= gtk20 NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/pixmaps || ${TRUE} @${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.png \ ${PREFIX}/share/pixmaps - ${MKDIR} ${PREFIX}/share/applications || ${TRUE} @${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.desktop \ ${PREFIX}/share/applications diff --git a/x11-themes/murrine-configurator/pkg-plist b/x11-themes/murrine-configurator/pkg-plist index 53d60ba5de8c..143cf8f07f3a 100644 --- a/x11-themes/murrine-configurator/pkg-plist +++ b/x11-themes/murrine-configurator/pkg-plist @@ -1,4 +1,3 @@ bin/murrine-configurator share/pixmaps/murrine-configurator.png share/applications/murrine-configurator.desktop -@dirrmtry share/applications |