diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-03 12:02:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-03 12:02:45 +0000 |
commit | 898ba9da71b2651e9894fe61a795c1fa661bcad1 (patch) | |
tree | 0e7ba2c24ad3092906c28ae6c9bed76fa27decaa /graphics/gifsicle | |
parent | 1665f8c1ac9887a85e40813a8ffcf349b3d4441a (diff) |
Notes
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r-- | graphics/gifsicle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 3fcfa41c9cf3..688f4af94be9 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -26,7 +26,7 @@ X11_CONFIGURE_ENABLE= gifview X11_CONFIGURE_WITH= x X11_PLIST_FILES= bin/gifview man/man1/gifview.1.gz -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) |