diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:58:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:58:55 +0000 |
commit | ab248286305efe7f272cdce8773a1185f2752eba (patch) | |
tree | 65e15ba7b6b7f5eda17dbc484ed5047bd4d8f445 /graphics/zathura-pdf-poppler/Makefile | |
parent | a2105d9f79b4b1fd476adf76673c3c11c40dc633 (diff) |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
Notes
Notes:
svn path=/head/; revision=331272
Diffstat (limited to 'graphics/zathura-pdf-poppler/Makefile')
-rw-r--r-- | graphics/zathura-pdf-poppler/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index a8407238b952..5d3d531cb351 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -18,8 +18,7 @@ USES= desktop-file-utils gmake pkgconfig PLIST_FILES= lib/zathura/pdf.so \ share/applications/zathura-pdf-poppler.desktop -PLIST_DIRSTRY= lib/zathura \ - share/applications +PLIST_DIRSTRY= lib/zathura NO_STAGE= yes .include <bsd.port.mk> |