From 2cbf6edd3c4dd7cde1635cecb07b09d6edcad48e Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 18 Oct 2013 23:46:08 +0000 Subject: [PATCH] Unconditionnaly install docs in stage --- audio/flac123/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile index 3b8287f3de01..b866b256a862 100644 --- a/audio/flac123/Makefile +++ b/audio/flac123/Makefile @@ -27,9 +27,7 @@ post-patch: ${WRKSRC}/configure post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} -.endfor + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include