svn commit: r354163 - head/www/w3mir
Andrey A. Chernov
ache at FreeBSD.org
Thu May 15 17:56:03 UTC 2014
Author: ache
Date: Thu May 15 17:56:02 2014
New Revision: 354163
URL: http://svnweb.freebsd.org/changeset/ports/354163
QAT: https://qat.redports.org/buildarchive/r354163/
Log:
Remove -o and -g from install for stage
Modified:
head/www/w3mir/Makefile
Modified: head/www/w3mir/Makefile
==============================================================================
--- head/www/w3mir/Makefile Thu May 15 17:50:28 2014 (r354162)
+++ head/www/w3mir/Makefile Thu May 15 17:56:02 2014 (r354163)
@@ -21,7 +21,7 @@ USE_PERL5= configure
INSTALL_TARGET= pure_install
post-install:
- ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
+ ${INSTALL} -d -m 755 \
${STAGEDIR}${PREFIX}/share/doc/w3mir
cd ${WRKSRC} && ${INSTALL_DATA} \
README Artistic w3mir-HOWTO.html example.cfg \
More information about the svn-ports-all
mailing list