svn commit: r330803 - head/audio/flac123
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 18 23:46:08 UTC 2013
Author: bapt
Date: Fri Oct 18 23:46:08 2013
New Revision: 330803
URL: http://svnweb.freebsd.org/changeset/ports/330803
Log:
Unconditionnaly install docs in stage
Modified:
head/audio/flac123/Makefile
Modified: head/audio/flac123/Makefile
==============================================================================
--- head/audio/flac123/Makefile Fri Oct 18 23:44:56 2013 (r330802)
+++ head/audio/flac123/Makefile Fri Oct 18 23:46:08 2013 (r330803)
@@ -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>
More information about the svn-ports-all
mailing list