svn commit: r351504 - head/devel/p5-ExtUtils-CChecker
Mathieu Arnold
mat at FreeBSD.org
Thu Apr 17 22:14:03 UTC 2014
Author: mat
Date: Thu Apr 17 22:14:02 2014
New Revision: 351504
URL: http://svnweb.freebsd.org/changeset/ports/351504
QAT: https://qat.redports.org/buildarchive/r351504/
Log:
Fix build as a user.
Sponsored by: Absolight
Modified:
head/devel/p5-ExtUtils-CChecker/Makefile
Modified: head/devel/p5-ExtUtils-CChecker/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-CChecker/Makefile Thu Apr 17 22:11:56 2014 (r351503)
+++ head/devel/p5-ExtUtils-CChecker/Makefile Thu Apr 17 22:14:02 2014 (r351504)
@@ -18,7 +18,7 @@ USE_PERL5= configure
PORTDOCS= Changes README
post-install:
- @${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${STAGEDIR}${DOCSDIR}
+ @${INSTALL} -d ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list