diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:57:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:57:35 +0800 |
commit | 2ab68ebd1aa41c9309ff76379e044d91cc05b3ba (patch) | |
tree | 8ef09580acc4a6416ee6abeb00ca71999c743d2f /editors/fxite | |
parent | cfecf7790a815eae7147c6109eb4c1266576314f (diff) | |
download | freebsd-ports-gnome-2ab68ebd1aa41c9309ff76379e044d91cc05b3ba.tar.gz freebsd-ports-gnome-2ab68ebd1aa41c9309ff76379e044d91cc05b3ba.tar.zst freebsd-ports-gnome-2ab68ebd1aa41c9309ff76379e044d91cc05b3ba.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by: portmgr (bdrewery)
Diffstat (limited to 'editors/fxite')
-rw-r--r-- | editors/fxite/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index a7895559ffa9..7be45e0ac88c 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -55,6 +55,5 @@ FOX_LIBS+= `pkgconf fox17 --libs` PLIST_FILES= bin/fxite \ share/pixmaps/fxite.xpm \ share/applications/fxite.desktop -PLIST_DIRSTRY= share/applications .include <bsd.port.mk> |