Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 22:18:17 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343403 - head/textproc/xmldiff
Message-ID:  <201402082218.s18MIHoL015843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Feb  8 22:18:16 2014
New Revision: 343403
URL: http://svnweb.freebsd.org/changeset/ports/343403
QAT: https://qat.redports.org/buildarchive/r343403/

Log:
  Support staging

Modified:
  head/textproc/xmldiff/Makefile

Modified: head/textproc/xmldiff/Makefile
==============================================================================
--- head/textproc/xmldiff/Makefile	Sat Feb  8 22:15:14 2014	(r343402)
+++ head/textproc/xmldiff/Makefile	Sat Feb  8 22:18:16 2014	(r343403)
@@ -21,12 +21,11 @@ SHEBANG_FILES=	xmldiff.pl
 
 PLIST_FILES=	bin/xmldiff
 
-NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${PREFIX}/bin/xmldiff
+	${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${STAGEDIR}${PREFIX}/bin/xmldiff
 
 .include <bsd.port.mk>



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