diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-24 16:42:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-24 16:42:54 +0000 |
commit | 8bb0641ae01e8d5b819b946430cc6f5b89edf2cd (patch) | |
tree | 91986daceb88eaaf138c7dadd63a3ae685c59c28 /graphics | |
parent | Properly support png 1.5 (diff) |
- Readd empty directories to plist
Pointyhat to: bapt
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nathive/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/nathive/Makefile b/graphics/nathive/Makefile index ee8be0edc93f..0a207429cb61 100644 --- a/graphics/nathive/Makefile +++ b/graphics/nathive/Makefile @@ -24,6 +24,12 @@ PLIST_FILES= bin/${PORTNAME} \ share/applications/nathive.desktop PORTDATA= * PORTDOCS= * +PLIST_DIRS= %%DATADIR%%/cfg/presets/select \ + %%DATADIR%%/cfg/presets/picker \ + %%DATADIR%%/cfg/presets/eraser \ + %%DATADIR%%/cfg/presets/crop \ + %%DATADIR%%/cfg/presets/brush \ + %%DATADIR%%/cfg/console OPTIONS_DEFINE= DOCS |