svn commit: r343403 - head/textproc/xmldiff

Emanuel Haupt ehaupt at FreeBSD.org
Sat Feb 8 22:18:17 UTC 2014


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>


More information about the svn-ports-head mailing list