diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:57:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:57:35 +0000 |
commit | a2105d9f79b4b1fd476adf76673c3c11c40dc633 (patch) | |
tree | 8ef09580acc4a6416ee6abeb00ca71999c743d2f /editors/fxite | |
parent | d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0 (diff) |
Notes
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> |