diff options
Diffstat (limited to 'devel/allegro')
-rw-r--r-- | devel/allegro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index 3785e38e60af..4f5fc605c55d 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -58,7 +58,7 @@ post-patch: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/html/*.html ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/docs/html/*.html ${DOCSDIR} .endif .include "Makefile.man" |