Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2014 16:20:09 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349557 - head/www/xshttpd-devel
Message-ID:  <201403291620.s2TGK9Fa062331@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403291620.s2TGK9Fa062331>