diff options
Diffstat (limited to 'graphics/seq2gif/Makefile')
-rw-r--r-- | graphics/seq2gif/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/seq2gif/Makefile b/graphics/seq2gif/Makefile index ebfe53472ab9..7e0559006087 100644 --- a/graphics/seq2gif/Makefile +++ b/graphics/seq2gif/Makefile @@ -25,6 +25,8 @@ PORTDOCS= README.md PLIST_FILES= bin/seq2gif +OPTIONS_DEFINE= DOCS + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} |