svn commit: r341595 - head/www/libwww

Martin Wilke miwi at FreeBSD.org
Tue Jan 28 15:27:23 UTC 2014


Author: miwi
Date: Tue Jan 28 15:27:22 2014
New Revision: 341595
URL: http://svnweb.freebsd.org/changeset/ports/341595
QAT: https://qat.redports.org/buildarchive/r341595/

Log:
  - Stage support

Modified:
  head/www/libwww/Makefile

Modified: head/www/libwww/Makefile
==============================================================================
--- head/www/libwww/Makefile	Tue Jan 28 15:27:00 2014	(r341594)
+++ head/www/libwww/Makefile	Tue Jan 28 15:27:22 2014	(r341595)
@@ -21,13 +21,12 @@ USE_PERL5=	build
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
 		${WRKSRC}/configure
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
-		${PREFIX}/include/w3c-libwww/
+		${STAGEDIR}${PREFIX}/include/w3c-libwww/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list