aboutsummaryrefslogtreecommitdiffstats
path: root/audio/flac123
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-19 07:46:08 +0800
committerbapt <bapt@FreeBSD.org>2013-10-19 07:46:08 +0800
commit7c7bc7ddd0a96ee56673ffd31a937adf3691adc2 (patch)
tree8945b57bab4f75e412e081a8594269a1a338706a /audio/flac123
parent05af469e0c2c41cff716593b9547de664cf557b8 (diff)
downloadfreebsd-ports-gnome-7c7bc7ddd0a96ee56673ffd31a937adf3691adc2.tar.gz
freebsd-ports-gnome-7c7bc7ddd0a96ee56673ffd31a937adf3691adc2.tar.zst
freebsd-ports-gnome-7c7bc7ddd0a96ee56673ffd31a937adf3691adc2.zip
Unconditionnaly install docs in stage
Diffstat (limited to 'audio/flac123')
-rw-r--r--audio/flac123/Makefile6
1 files 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 <bsd.port.mk>