svn commit: r349557 - head/www/xshttpd-devel
Johan van Selst
johans at FreeBSD.org
Sat Mar 29 16:20:09 UTC 2014
Author: johans
Date: Sat Mar 29 16:20:08 2014
New Revision: 349557
URL: http://svnweb.freebsd.org/changeset/ports/349557
QAT: https://qat.redports.org/buildarchive/r349557/
Log:
Don't create directory outside $STAGEDIR
Submitted by: swills
Modified:
head/www/xshttpd-devel/Makefile
Modified: head/www/xshttpd-devel/Makefile
==============================================================================
--- head/www/xshttpd-devel/Makefile Sat Mar 29 16:13:58 2014 (r349556)
+++ head/www/xshttpd-devel/Makefile Sat Mar 29 16:20:08 2014 (r349557)
@@ -51,6 +51,8 @@ post-patch:
${WRKSRC}/config/Makefile.in
@${REINPLACE_CMD} -e '/libdir/ s|(INSTALL_DATA)|& -s|' \
${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's/$$(htmldir)/$$(DESTDIR)&/' \
+ ${WRKSRC}/contrib/Makefile.in
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${WWWDIR}/htdocs
More information about the svn-ports-head
mailing list