summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-18 23:46:08 +0000
committerbapt <bapt@FreeBSD.org>2013-10-18 23:46:08 +0000
commit7c7bc7ddd0a96ee56673ffd31a937adf3691adc2 (patch)
tree8945b57bab4f75e412e081a8594269a1a338706a
parent05af469e0c2c41cff716593b9547de664cf557b8 (diff)
downloadFreeBSD-ports-7c7bc7ddd0a96ee56673ffd31a937adf3691adc2.zip
FreeBSD-ports-7c7bc7ddd0a96ee56673ffd31a937adf3691adc2.tar.gz
Unconditionnaly install docs in stage
-rw-r--r--audio/flac123/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile
index 3b8287f..b866b25 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 <bsd.port.mk>
OpenPOWER on IntegriCloud