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/gcb | |
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/gcb')
-rw-r--r-- | x11/gcb/Makefile | 2 | ||||
-rw-r--r-- | x11/gcb/pkg-plist | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/x11/gcb/Makefile b/x11/gcb/Makefile index 263f5700fccb..8c9b036ffeba 100644 --- a/x11/gcb/Makefile +++ b/x11/gcb/Makefile @@ -27,10 +27,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/icons - ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop \ ${PREFIX}/share/applications - ${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps .include <bsd.port.mk> diff --git a/x11/gcb/pkg-plist b/x11/gcb/pkg-plist index ac3ea91ade93..954eac12a983 100644 --- a/x11/gcb/pkg-plist +++ b/x11/gcb/pkg-plist @@ -3,4 +3,3 @@ share/applications/gcb.desktop share/icons/gcb.png share/pixmaps/gcb.png @dirrmtry share/icons -@dirrmtry share/applications |